diff --git a/menu/menu.yaml b/menu/menu.yaml index 91804529a1..6896326f42 100644 --- a/menu/menu.yaml +++ b/menu/menu.yaml @@ -1656,3 +1656,10 @@ Articles: - Title: Upgrading to native queue length metric Url: monitoring/upgrade-guides/native-queue-length + +- Name: Shape the future + Topics: + - Title: Introduction + Url: shape-the-future + - Title: NServiceBus and CloudEvents + Url: shape-the-future/cloudevents \ No newline at end of file diff --git a/shape-the-future/cloudevents-horizontal-color.png b/shape-the-future/cloudevents-horizontal-color.png new file mode 100644 index 0000000000..d4aa3de416 Binary files /dev/null and b/shape-the-future/cloudevents-horizontal-color.png differ diff --git a/shape-the-future/cloudevents.md b/shape-the-future/cloudevents.md new file mode 100644 index 0000000000..82b0fee45e --- /dev/null +++ b/shape-the-future/cloudevents.md @@ -0,0 +1,14 @@ +--- +title: NServiceBus and CloudEvents +summary: How to use NServiceBus with CloudEvents +reviewed: 2024-09-16 +--- + +![](cloudevents-horizontal-color.png) + +[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 to understand customer needs regarding 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/7159) GitHub issue. diff --git a/shape-the-future/index.md b/shape-the-future/index.md new file mode 100644 index 0000000000..a37346133e --- /dev/null +++ b/shape-the-future/index.md @@ -0,0 +1,9 @@ +--- +title: Help us shape the future +summary: Provide feedback for the future of the Particular Service Platform +reviewed: 2024-09-16 +--- + +We are interested in your feedback regarding some capabilities that we are considering integrating into the Particular Service Platform. + +This section contains some capabilities that we're currently considering, but if you have some other ideas that are not listed here, please [tell us more](https://github.com/Particular/NServiceBus/issues/new?assignees=&labels=Feature&projects=&template=feature_request.yml).