camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Make integrations addressable (Knative SinkBinding)

Open nicolaferraro opened this issue 5 years ago • 3 comments

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.

nicolaferraro avatar Dec 05 '19 15:12 nicolaferraro

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!

github-actions[bot] avatar Aug 22 '22 00:08 github-actions[bot]

@claudio4j @christophd do you think this still make sense?

squakez avatar Sep 08 '22 09:09 squakez

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.

claudio4j avatar Sep 08 '22 21:09 claudio4j