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/09/23 17:42:57 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-697771092


   Hi @MaciekLeks, we're adding auto-discovery for KafkaChannel v1beta1 in next 1.2.0 release.
   Running with 1.1.1, if you want to use v1beta1 in the subscription you need to write an URL like: 
   
   ```
   from('knative:channel/salesforce?kind=KafkaChannel&apiVersion=v1beta1')
   ```
   
   And it should do what you expect.
   You won't need to specify kind & api in 1.2.0.


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