frankjkelly opened a new issue, #851: URL: https://github.com/apache/pulsar-client-go/issues/851
**Is your feature request related to a problem? Please describe.** The default backoff parameters are alternatively very aggressive (100ms minimum) and not aggressive enough (60 seconds maximum) for high throughput / short response time environments where we are trying to * Avoid a "thundering herd" / "retry storm" (increase the minimum backoff) * But need to fail fast (lower the maximum backoff) **Describe the solution you'd like** Make these settings parameterizable https://github.com/apache/pulsar-client-go/blob/bd19458b32ff89206c135cc647336e690e99c32f/pulsar/internal/backoff.go#L36-L38 **Describe alternatives you've considered** None I can think of **Additional context** Add any other context or screenshots about the feature request here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
