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

   ## Problem
   
   The Group Management detail modal does not associate the 
subscriptions/progress request with the selected consumer group. If an operator 
opens group A and then group B before A completes, the late response for A can 
overwrite the detail view for B.
   
   ## Scope
   
   Track 1 / Consumer Management.
   
   ## Proposed fix
   
   Track the active detail request, apply results and loading state only for 
the latest selected group, and add a regression test covering out-of-order 
responses.
   
   ## Evidence
   
   `web/src/pages/studio/GroupManagement.tsx`, `handleViewDetail` updates 
shared detail state after `Promise.all(...)` without checking whether another 
group was selected.


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