christophd commented on PR #13120: URL: https://github.com/apache/camel/pull/13120#issuecomment-1944127958
@davsclaus I was able to solve the issues related to the KnativeHttpConsumer not being able to leverage the MainHttpServer in Camel JBang. It also solves the Knative example provided in https://github.com/apache/camel-kamelets-examples/tree/main/jbang/knative The only thing that bugs me is the fact that the MainHttpServer instance now also is started when using the Knative component as producer only in Camel JBang (e.g. `to("knative:event/my-event")` The Knative producer does not need the Http server instance as it connects to the Knative broker as a client. Camel JBang starts the Http server regardless of that because the Knative component is loaded -- 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