Aias00 opened a new issue, #1098: URL: https://github.com/apache/rocketmq-dashboard/issues/1098
## Problem When `DefaultMQAdminExt.examineBrokerClusterInfo()` fails, `RocketMQClusterProvider.discoverClusters()` logs the error and returns an empty list. The cluster API consequently returns a successful empty response, making an unreachable NameServer indistinguishable from a genuinely empty topology. ## Scope Track 1 / Cluster operations and observability. ## Proposed fix Keep the empty result for an absent optional admin client or a genuinely empty topology, but convert an AdminClient discovery exception into a structured upstream failure. Add provider coverage for the distinction. ## Evidence `server/src/main/java/org/apache/rocketmq/studio/rocketmq/RocketMQClusterProvider.java`, `discoverClusters()` catch block. -- 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]
