-
Notifications
You must be signed in to change notification settings - Fork 647
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 CloudEvents #5357
Comments
The group internally that tracks these things has already added it to their "watch list". This is our way of exploring whether we should adopt any technology or technique, and means we will check back time to time to see if there are any compelling market or technological indicators for it to be bumped above other things on our list. What we often lack with these things is context from our users (or potential users). Could you describe to us what you would want to achieve using CloudEvents and how you would see this fitting into NServiceBus? |
@boblangley CloudEvents specification is adopted by many prominent players and frameworks and cloud providers. It would be great to see NServicebus being one of the major platform for implementing event driven architectures, has support for the same. There is no specific use case I am looking at this moment. However, it is evident that cross operating events between various components in multi-cloud or hybrid scenario will be the major use case of this specification. NServicebus is supporting Azure and AWS transport. This also falls in same ecosystem. Hope, this helps. |
@boblangley we can close the issue if there is no action item on roadmap. |
Thanks @lalitkale . I have referenced this issue and your comments on our tracking item for CloudEvents.io. Thanks for raising the issue! |
The following feature would make supporting CloudEvents possible: |
CloudEvents.io provides a CNCF accepted event schema for any sort of events raised. There is .NET sdk as well which implements cloudevents schema. However, would there be any possibility to support CloudEvents bindings and transports natively with NServicebus? Will it be useful to consider it as a part of future roadmap item for NServicebus?
#question #roadmap #cloudevents
The text was updated successfully, but these errors were encountered: