You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/09 15:17:49 UTC

[GitHub] [camel-k-runtime] nicolaferraro commented on pull request #543: Switch to Quarkus as runtime #359

nicolaferraro commented on pull request #543:
URL: https://github.com/apache/camel-k-runtime/pull/543#issuecomment-724077784


   I got something wrong in the catalog:
   
   ```
       camel-k-cron:
         groupId: org.apache.camel.k
         artifactId: camel-k-cron
         schemes:
         - id: cron
           http: true
           passive: false
       camel-k-kamelet:
         groupId: org.apache.camel.k
         artifactId: camel-k-kamelet
         schemes:
         - id: kamelet
           http: false
           passive: true
   ```
   
   Cron is not http, while kamelet is not necessarily passive (most of the times it's active actually).
   We've already had a discussion about kamelets but I don't remember what was the right way to set it... I mean there's no good way probably, but how we deal with them?
   


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

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