merlimat opened a new pull request #3984: Fixed issue in backoff builder configuration URL: https://github.com/apache/pulsar/pull/3984 ### Motivation In #3848 there was a mismatch of the values when converting from constructor to builder. The values for `setMandatoryStop()` and `setMax()` were inverted. That makes a client to keep reconnecting every 100 millis, instead of doing the expected backoff.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
