Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update from zookeeper for available broker one more time if available…
…Brokers is empty (apache#7975) Fixes apache#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
- Loading branch information