aloyszhang opened a new pull request #7975: URL: https://github.com/apache/pulsar/pull/7975
Fixes #7476 ### Motivation In some situations, discovery service can't find active broker while all brokers are running well. This PR will update from zookeeper if available broker list is empty to avoid "No active broker is available" `RestException` happen. ### Modifications double check from zookeeper if availableBrokers is empty ---------------------------------------------------------------- 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]
