Closed
Description
EventHubs has an EventDataBatch class that allows the user to incrementally add messages to a batch, checking if the message batch doesn't exceed the EventHub's max message size.
We need to add an equivalent to ServiceBus and ideally we should be able to share code. This might mean moving some of the batch code into core-amqp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment