nodece commented on issue #1270: URL: https://github.com/apache/pulsar-client-go/issues/1270#issuecomment-2289060491
It looks like you want to reduce the maximum retry time and retry interval. > The problem I see with this change is that it allows misconfigured clients that retry too quickly, to overwhelm brokers with a flood of requests. Please see https://github.com/apache/pulsar-client-go/pull/454 We can consider https://aws.amazon.com/cn/blogs/architecture/exponential-backoff-and-jitter/ design. -- 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]
