nicolaferraro commented on pull request #543: URL: https://github.com/apache/camel-k-runtime/pull/543#issuecomment-724083422
> 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? Ok, kamelet should be right, because the template is added as additional source and analyzed. ---------------------------------------------------------------- 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: [email protected]
