yyqdbngt opened a new pull request, #1253: URL: https://github.com/apache/rocketmq-dashboard/pull/1253
`RealClusterProvider.discoverClusters` produced a single `ClusterVO` using the first cluster name from `clusterAddrTable` but included *every* broker from `brokerAddrTable`, so a NameServer managing multiple clusters lumped all brokers into one cluster with a misleading name. Discovery now emits one `ClusterVO` per cluster, grouping brokers by their owning cluster. A unit test covers the multi-cluster case. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
