123123213weqw opened a new pull request, #1327:
URL: https://github.com/apache/rocketmq-dashboard/pull/1327

   ## Summary
   
   - key Consumer Group subscription, progress, loading, and error caches by 
instance and group name
   - keep late responses in their original instance cache instead of exposing 
them after a switch
   - add a regression test for same-named groups across two managed instances
   
   ## Root cause
   
   The Consumer Group page used only `groupName` as its diagnostics cache key. 
The same group name can exist in multiple instances, so cached subscriptions 
and offsets from one instance were reused for another.
   
   ## Impact
   
   Consumer diagnostics now remain isolated when operators switch between 
instances containing the same group name.
   
   Fixes #1277
   
   ## Validation
   
   - `NODE_OPTIONS=--no-experimental-webstorage npm test -- --run 
src/pages/instance/__tests__/ConsumerPage.test.tsx`
   - `NODE_OPTIONS=--no-experimental-webstorage npm run lint -- --quiet`
   


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