[BUG] EventProcessorClient is running, but no events are received #13785
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Event Hubs
pillar-reliability
The issue is related to reliability, one of our core engineering pillars. (includes stress testing)
Describe the bug
I have a 2 partition event hub setup with a single consumer group. I start a single EventProcessorClient, and after some period of time ~30min (where I provide no events) the processor errors out in the logs. However, my process continues running, and doesn't know that the EventProcessorClient is no longer receiving events.
Exception or Stack Trace
To Reproduce
Start an event hub processor client and do not publish any events to the hub.
Code Snippet
Just use the standard example
Expected behavior
Have the EventProcessorClient recover and start receiving events again after the 30 minute timeout. At the very least, provide a way to handle the exception.
Setup (please complete the following information):
Additional context
I think this might be directly related to #12397
The text was updated successfully, but these errors were encountered: