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

   ## Problem
   
   The global Consumer Group page starts a new `listConsumerGroups` request 
every two seconds even if the previous request is still pending. Request IDs 
prevent stale state writes, but a slow or unavailable backend can accumulate 
concurrent requests indefinitely.
   
   ## Expected behavior
   
   Coalesce or serialize automatic refreshes so at most one list request is 
active, while still honoring a queued manual refresh and cleaning up on 
disable/unmount.
   
   ## Scope
   
   - coordinate initial, manual, and automatic list refreshes
   - retain latest-result ownership
   - add fake-timer coverage with a deferred request
   


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