Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Event Hubs] Retry options should support per try timeout #4171

Closed
ramya-rao-a opened this issue Jul 3, 2019 · 1 comment
Closed

[Event Hubs] Retry options should support per try timeout #4171

ramya-rao-a opened this issue Jul 3, 2019 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Milestone

Comments

@ramya-rao-a
Copy link
Contributor

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
@ramya-rao-a
Copy link
Contributor Author

Completed with #4239

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
Development

No branches or pull requests

2 participants