wolfstudy opened a new pull request, #1008: URL: https://github.com/apache/pulsar-client-go/pull/1008
### Motivation Currently, qhen the backoff policy calculates the time after the user specifies MaxRetry, the initial time of each calculation is 100ms, and there is no way to achieve the purpose of backoff retry. This is because the delay time is set as an internal local variable, causing each for loop to get a new value -- 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]
