dtrupeljak opened a new issue, #20723: URL: https://github.com/apache/pulsar/issues/20723
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Pulsar keeps trying to reconnect infinitely after reaching maxBackoffInterval without a setting that would allow control over it. ### Solution Add a configuration setting that would by default retry infinitely, but also makes retry mechanism configurable such that it stops after reaching maxRetryCount (or similar). Similar issue raised for go library: https://github.com/apache/pulsar-client-go/issues/257 with a fix: https://github.com/apache/pulsar-client-go/pull/360 ### Alternatives _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
