yx9o opened a new pull request, #3019:
URL: https://github.com/apache/rocketmq-dashboard/pull/3019

   ## What is the purpose of the change
   
   Add a cluster topology health summary to RocketMQ Studio so operators can 
review cluster, broker, NameServer, and Proxy health signals from one snapshot.
   
   The summary highlights critical and warning issues such as offline or error 
nodes, read-only or maintenance brokers, high disk usage, missing topology 
components, unavailable runtime stats, and broker version drift.
   
   ## Brief changelog
   
   - Added cluster topology summary and snapshot APIs.
   - Added backend topology aggregation VOs and issue classification.
   - Updated the Cluster page to render topology health cards and an issue 
table.
   - Added mock-mode topology summary support and i18n labels.
   - Added backend and frontend tests for the new topology summary flow.
   
   ## Verifying this change
   
   - `mvn -q -Dtest=ClusterServiceTest,ClusterControllerTest test`
   - `npm test -- src/api/cluster.test.ts src/services/clusterService.test.ts 
src/pages/cluster/__tests__/ClusterPage.test.tsx`
   - `npm run build`
   - `npm run lint -- src/api/cluster.ts src/services/clusterService.ts 
src/pages/cluster/index.tsx src/pages/cluster/__tests__/ClusterPage.test.tsx 
src/services/clusterService.test.ts src/api/cluster.test.ts`
   - `git diff --check`


-- 
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]

Reply via email to