Closed Francisco-Gamino closed 2 years ago
we are not going to support "partitioned-output" branch. Please create a new feature request in track2 if needed.
EventHubClient has the default retry policy: retry up to 9 times with an exponential back-off time of up to 30 seconds.
A customer reported some issues when writing to Event Hub for their function app. The exception points to SendBatchAsync.
After reaching out to the Event Hub team, they mentioned that this could be caused by a networking issue, so adding retry logic will help mitigate this. The fix has to go in
partitioned-output
branch.Here is the full stack trace:
cc: @amamounelsayed @alrod