EventHub consumer
need to process the message it received until it succeeds during the transient faults, how to achieve this infinite retry by honoring the EventHub partition lease expiry
?
Here the business scenario is not important but the approach for infinite retry (by considering partition lease expiry
) is what I'm looking for.
Note: I'm reading the message in batches, processing of any message can encounter transient faults which need to retry. So driving some logic with an 'offset
' value may not be efficient but not sure anyone has achieved infinite retries by leveraging offset value.