-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Service Bus] [Event Hubs] Add jitter for the delay
during send event - RetryConfig
#7351
Comments
delay
during send event - RetryConfigdelay
during send event - RetryConfig
We should discuss if we even need this before putting in the efforts to add it - By Richard. |
@chradek Is this still applicable? Does our guidelines around retries ask for jitter? If not, lets close this |
I don't think this is applicable for sending events. Jitter makes sense for the HTTP-based clients, but in AMQP land we use a persistent connection and have other mechanisms for knowing when the peer is able to receive messages. |
Reference - #7312 (comment)
The text was updated successfully, but these errors were encountered: