You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CloudEvents define a batching format called JSON Batch. It is essentially an array of CloudEvents. Each event in the array has its own headers/properties and can use different JSON formats.
Note
NServiceBus supports bundling multiple logical messages into a single physical message; the assumption is that all messages share the same headers and are of the same type. That prevents the CloudEvents package from leveraging that functionality to support JSON Batch.
Describe the feature.
Describe the requested feature
CloudEvents define a batching format called JSON Batch. It is essentially an array of CloudEvents. Each event in the array has its own headers/properties and can use different JSON formats.
Note
NServiceBus supports bundling multiple logical messages into a single physical message; the assumption is that all messages share the same headers and are of the same type. That prevents the CloudEvents package from leveraging that functionality to support JSON Batch.
Additional Context
No response