lsergio commented on issue #5758:
URL: https://github.com/apache/camel-k/issues/5758#issuecomment-2284195529

   Now I added both the rest and quartz endpoints to the same integration and 
if started succesfully with bother runtimes:
   ```
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
     name: quartz-381
   spec:  
     sources:
     - name: main.yaml
       content: |-
         - from:
             uri: quartz://ipaas/trigger?cron=0+*+*+?+*+*
             steps:
             - log:
                 message: "It worked"
         - from:
             uri: rest:GET:/hello
             steps:
             - log:
                 message: "It worked"
     traits:
       camel:
         runtimeVersion: 3.8.1 | 3.2.3
       cron:
         fallback: true
   ```


-- 
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

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

Reply via email to