Hello @Bozhidar Bozhanov ,
Thanks for the question and using MS Q&A platform.
The expected behavior is that Event Hubs would terminate a 6th receiver.
The number of non-epoch receivers per consumer group is five.
There can be at most 5 concurrent readers on a partition per consumer group; however it's recommended that there's only one active receiver on a partition per consumer group. Within a single partition, each reader receives all of the messages. If you have multiple readers on the same partition, then you process duplicate messages. You need to handle this in your code, which may not be trivial. However, it's a valid approach in some scenarios.
For more details, refer to Azure Event Hubs quotas and limits and Azure Event Hubs - Consumer Groups.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators