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

Add support for Knative Broker/Trigger #638

Closed
nicolaferraro opened this issue Apr 29, 2019 · 1 comment
Closed

Add support for Knative Broker/Trigger #638

nicolaferraro opened this issue Apr 29, 2019 · 1 comment
Labels
area/knative Related to Knative
Milestone

Comments

@nicolaferraro
Copy link
Member

Latest Knative eventing adds new objects: broker and trigger.

The base idea is to make a "event mesh" where there are sources that publish events/messages to the broker and services can be "triggered" when any event with specific features (filters) is published.

This is a higher level thing on top of channels/subscriptions.

The standard architecture is made of a single broker per namespace named 'default' (even if multiple brokers can be created if needed).

We should find define a knative:broker endpoint that can be used both as consumer and producer.

@nicolaferraro nicolaferraro added the area/knative Related to Knative label Apr 29, 2019
@nicolaferraro nicolaferraro added this to To do in Knative Camel Sources via automation Apr 29, 2019
@nicolaferraro nicolaferraro added this to the 1.0.0 milestone May 23, 2019
@nicolaferraro
Copy link
Member Author

Fixed by #1012

Knative Camel Sources automation moved this from To do to Done Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/knative Related to Knative
Projects
No open projects
Development

No branches or pull requests

1 participant