btlqql opened a new pull request, #2222: URL: https://github.com/apache/rocketmq-dashboard/pull/2222
## Summary Cluster discovery now tolerates malformed entries in a NameServer topology response without losing valid clusters. Null cluster keys/sets, null or missing broker references, and null fallback addresses are skipped at the response boundary. When a response contains no valid broker topology, discovery returns an empty result instead of constructing a misleading empty cluster or throwing a runtime exception. ## Testing - `mvn -Dtest=RealClusterProviderTest test` (9 tests passed) - Maven Checkstyle validation (0 violations) Fixes #2219 -- 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]
