Aias00 opened a new issue, #1188:
URL: https://github.com/apache/rocketmq-dashboard/issues/1188

   ## Problem
   `RocketMQDashboardProvider.getDashboardData` fetches Broker runtime stats 
once for aggregate TPS and again while building each cluster overview. A single 
dashboard refresh therefore performs duplicate MQAdmin RPCs against every 
master Broker.
   
   ## Scope
   Track 1 / BASE-01 dashboard overview.
   
   ## Expected
   - Fetch runtime stats at most once per master Broker for one dashboard 
request.
   - Reuse the snapshot for aggregate and per-cluster TPS/version fields.
   - Preserve per-Broker failure isolation and add focused tests.


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