Aias00 opened a new pull request, #1699: URL: https://github.com/apache/rocketmq-dashboard/pull/1699
## Summary - derive each scanned Broker's RocketMQ cluster from the existing NameServer topology - return the discovered cluster name on Producer and Consumer connection rows when no cluster filter is supplied - restrict Broker and subscription-group scans when `clusterId` is supplied, avoiding unrelated cluster requests - safely skip Broker metadata with no address map Closes #1697 ## Verification - `JAVA_HOME=$( /usr/libexec/java_home -v 21 ) PATH="$JAVA_HOME/bin:$PATH" mvn -f server/pom.xml -Dtest=RocketMQClientProviderTest test` The targeted suite covers discovered cluster names, Producer and Consumer filtering, partial Broker failures, and all-Broker failure semantics. -- 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]
