dvergnes opened a new issue #556: URL: https://github.com/apache/pulsar-client-go/issues/556
The problem occurs when the connection to the broker is lost. The client will try to reconnect with a back-off. The problem is that there is no jitter involved when calculating the back-off delay. #### Expected behavior Not all clients try to reconnect at the same time. #### Actual behavior All clients try to reconnect at the same time to the brokers #### Steps to reproduce - Set up multiple clients connecting to the same set of brokers. - Break the connection between the clients and the brokers #### System configuration **Pulsar version**: 0.5.0 -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org