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:
[email protected]


With regards,
Apache Git Services

Reply via email to