patilvinodk opened a new issue, #7427:
URL: https://github.com/apache/camel-quarkus/issues/7427

   ### Bug description
   
   If i create a route like below, its not getting recognized. This only 
happens for timer  based routes... other routes in the same project which are 
written in yaml dsl work fine.
   
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
     name: tokengenerator.yaml
   spec:
     flows:
       - route:
           id: route-9597
           nodePrefixId: route-c78
           from:
             id: from-3557
             uri: timer
             parameters:
               timerName: tokengenerator
               period: "5s"
             steps:
               - log:
                   id: log-cc51
                   message: Login token generator
                   loggingLevel: INFO
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to