nicolaferraro opened a new issue #638: Add support for Knative Broker/Trigger URL: https://github.com/apache/camel-k/issues/638 Latest Knative eventing adds new objects: [broker and trigger](https://github.com/knative/eventing/tree/master/docs/broker). 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.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
