-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
FeatureNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureNew feature or requestNew feature or request