btlqql opened a new pull request, #2221: URL: https://github.com/apache/rocketmq-dashboard/pull/2221
## Summary Consumer Group detail diagnostics now settle subscriptions and queue progress independently. A failure in one endpoint no longer discards the other endpoint's successful response, and each tab reports its own error while stale requests remain unable to overwrite a newer selection. ## Changes - track subscription and progress loading/error state separately - apply each response as soon as that request settles - retain request-id guards for group switches and modal closure - render the failure in the affected tab without hiding successful diagnostics - add regressions for both partial-failure directions ## Testing - `npm test -- --run src/pages/studio/__tests__/GroupManagement.test.tsx` (15 tests passed) - `npx eslint src/pages/studio/GroupManagement.tsx src/pages/studio/__tests__/GroupManagement.test.tsx` - `npm run build` Fixes #2166 -- 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]
