Aias00 opened a new pull request, #1683: URL: https://github.com/apache/rocketmq-dashboard/pull/1683
## Summary - derive per-cluster Topic counts from each master Broker's topic-config response - remove the per-Topic `examineTopicRouteInfo` loop from Dashboard collection - mark a Cluster warning when its Topic count cannot be read, and keep the healthy-cluster summary consistent with warning status Closes #1660 ## Verification - `JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" mvn -f server/pom.xml -Dtest=RocketMQDashboardProviderTest test` The regression tests verify exact Topic counts, system-topic filtering, zero calls to `examineTopicRouteInfo`, and warning behavior when Broker Topic config is unavailable. -- 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]
