diff --git a/menu/menu.yaml b/menu/menu.yaml index 91804529a15..877200f4497 100644 --- a/menu/menu.yaml +++ b/menu/menu.yaml @@ -166,6 +166,8 @@ Title: NServiceBus and Biztalk - Url: nservicebus/azure Title: NServiceBus and Azure + - Url: nservicebus/cloudevents + Title: NServiceBus and CloudEvents - Title: Support Policy diff --git a/nservicebus/cloudevents.md b/nservicebus/cloudevents.md new file mode 100644 index 00000000000..3bf9e8b3191 --- /dev/null +++ b/nservicebus/cloudevents.md @@ -0,0 +1,12 @@ +--- +title: NServiceBus and CloudEvents +summary: How to use NServiceBus with CloudEvents +reviewed: 2024-09-16 +--- + +[CloudEvents](https://cloudevents.io) is a [specification](https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md) for describing event data in a common way. CloudEvents seeks to dramatically simplify event declaration and delivery across services, platforms, and beyond. + +NServiceBus currently does not natively support CloudEvents. + +We are currently capturing requirements in understanding customer needs when it comes to CloudEvents. +If you are interested in helping us shape how NServiceBus should support CloudEvents, drop us a comment in [this](https://github.com/Particular/NServiceBus/issues/5357) GitHub issue.