merlimat opened a new pull request #6444: Fixed the max backoff configuration for lookups URL: https://github.com/apache/pulsar/pull/6444 ### Motivation The backoff object was being incorrectly configured in #5734 and this results in clients retrying every 100 millis when dealing with transient errors on getting partitions metadata or topic lookup. The max is the max interval size and needs to be bigger than the initial interval.
---------------------------------------------------------------- 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
