camel-k
camel-k copied to clipboard
Make integrations addressable (Knative SinkBinding)
Knative users can send events to "Addressable" objects via sink binding. A KNative Service is addressable, because it specifies a URL in a specific position in the status. We can make also the integration addressable (by reporting the underlying Kservice URL in the main resource).
This way, knative users can address integrations directly.
This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!
@claudio4j @christophd do you think this still make sense?
Sure, setting the integration as a knative addressable resource adds more opportunity to knative users to add camel-k integrations as destinations of SinkBindings. However the target integration must be aware of the CloudEvents spec as it is going to be the message protocol.