Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support subscription to multiple Knative channels #216

Closed
nicolaferraro opened this issue Nov 13, 2018 · 0 comments
Closed

Support subscription to multiple Knative channels #216

nicolaferraro opened this issue Nov 13, 2018 · 0 comments

Comments

@nicolaferraro
Copy link
Member

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.

@nicolaferraro nicolaferraro added this to To do in Knative as target platform via automation Nov 13, 2018
@nicolaferraro nicolaferraro changed the title Support subscription multiple Knative channels Support subscription to multiple Knative channels Nov 13, 2018
@lburgazzoli lburgazzoli self-assigned this Nov 13, 2018
Knative as target platform automation moved this from To do to Done Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants