I would like to have the Multiple consumers for a partition, I heard that with Consumer group it is possible. But I would like to have some thing different from what Event Hub provides. Let me know if its possible.
For example, I have a Partition P1 and I have Consumers such as C1, C2, C3. I would like to have either one of the consumer C1 or C2 or C3 should be consuming the messages. Not all consumers should be active, only one should be active.
Is there any way to achieve this in Event Hub(without explicit implementation of active/passive mode)?