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/08/05 10:45:24 UTC

[GitHub] [camel-k] nicolaferraro commented on issue #1636: No matches for kind "Subscription" in version "messaging.knative.dev/v1alpha1"

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:
users@infra.apache.org