You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/11/13 15:50:02 UTC

[GitHub] nicolaferraro opened a new issue #216: Support subscription multiple Knative channels

nicolaferraro opened a new issue #216: Support subscription multiple Knative channels
URL: https://github.com/apache/camel-k/issues/216
 
 
   After #215 is merged, Camel K will be able to subscribe to a single Knative channel.
   
   We need to support multiple subscriptions, e.g. writing two routes like:
   
   ```
   from("knative:channel/a")
   ...
   
   from("knative:channel/b")
   ...
   ```
   
   The issue is that it seems not possible to use different host/port/path, so the dispatching should be based on headers.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services