You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the design discussion around timeouts and retries has concluded on the fact that we need to allow users to configure the timeout on each individual attempt for an operation while retrying.
This issue is to track the necessary work to do this for Event Hubs.
The RetryOptions need to be updated to expose the timeout. Check with @bterlson for the name of the property.
Each operation in Event Hubs that supports retry should respect this property
The text was updated successfully, but these errors were encountered:
One of the design discussion around timeouts and retries has concluded on the fact that we need to allow users to configure the timeout on each individual attempt for an operation while retrying.
This issue is to track the necessary work to do this for Event Hubs.
RetryOptions
need to be updated to expose the timeout. Check with @bterlson for the name of the property.The text was updated successfully, but these errors were encountered: