nbb icon indicating copy to clipboard operation
nbb copied to clipboard

CloudEvents format for messages

Open oncicaradupopovici opened this issue 2 years ago • 0 comments

Adopt the CNCF Cloud events standard for messaging

https://cloudevents.io/ https://github.com/cloudevents/sdk-csharp

Proposed solution

FeatureFlag: CloudEvents compatible Keep MessagingEnvelope; Add ToCloudEvent FromCloudEvent functions Modify MessagingTransport to receive/return MessagingEnvelope instead of ReceiveContext/ SendContext Add custom ProtocolBinding and Formatter for legacy message format or just use exiting code. Use existing or develop Formatter/ ProtocolBinding for Stan. For Rusi Transport, just add enough information related to Cloud Events and let Rusi do the envelope.

oncicaradupopovici avatar Dec 08 '21 11:12 oncicaradupopovici