nicolaferraro commented on issue #1636: URL: https://github.com/apache/camel-k/issues/1636#issuecomment-669122173
This will be fixed in next patch release. Until then, a simple workaround is this one. Instead of: ``` from("knative:channel/xxx") ``` Use: ``` from("knative:endpoint/default") ``` This will create a Knative service. Then you can create a subscription resource by hand to bind the channel to the service: https://knative.dev/docs/eventing/event-delivery/ ---------------------------------------------------------------- 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: us...@infra.apache.org