forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[azeventhubs] Allow ConsumerClient to receive from multiple partitions (
Azure#18870) The previous ConsumerClient only allowed receiving from a single partition, which meant multiple partitions also required multiple AMQP connections. This makes it so multiple partitions can be consumed by pushing ReceiveEvents down, into a new type (PartitionClient) which you can instantiate from ConsumerClient. This is similar to the model we have with azservicebus, creating Receivers and Senders.
- Loading branch information
1 parent
b74e8f8
commit 072ff86
Showing
8 changed files
with
517 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.