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

   ## Problem
   
   The Consumer Group page caches subscription and progress diagnostics only by 
group name. Two managed instances can contain the same Consumer Group name, so 
switching instances and opening that group can show cached subscriptions and 
offsets from the previously selected instance.
   
   ## Expected behavior
   
   Cache diagnostic results by both `instanceId` and Consumer Group name, or 
reset the caches whenever the selected instance changes. Late responses must 
also not populate a different instance context.
   
   ## Scope
   
   Track 1 / Consumer management. Update the page state and add a UI regression 
test for same-named groups across two instances.
   
   ## Evidence
   
   `web/src/pages/instance/consumer.tsx:250` and `:271` read 
`subscriptionsByGroup[groupName]` and `progressByGroup[groupName]` without an 
instance-qualified key.


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