Aias00 opened a new pull request, #772: URL: https://github.com/apache/rocketmq-dashboard/pull/772
## Summary - replace the production `DashboardProviderStub` with a `ClusterDashboardProvider` - build dashboard stats and cluster overview rows from the existing `ClusterRepository` - keep unknown values conservative: `totalMessagesToday` remains `0` until a real metrics source is available - add provider coverage for normal and empty cluster repositories Fixes #771 ## Verification - `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -Dtest=ClusterDashboardProviderTest,DashboardServiceTest,DashboardControllerTest test` from `server/` ## Notes The first test run with the shell default Java 17 failed with `release version 21 not supported`; the project requires Java 21 and passes with OpenJDK 21. -- 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]
