yyqdbngt commented on issue #2166: URL: https://github.com/apache/rocketmq-dashboard/issues/2166#issuecomment-5300368175
The affected implementation is on the active `rocketmq-studio` branch at `web/src/pages/studio/GroupManagement.tsx`, in `handleViewDetail`. It currently combines `getConsumerSubscriptions` and `getConsumerProgress` with `Promise.all`, so either rejection discards the other call's successful result. The focused regression file is `web/src/pages/studio/__tests__/GroupManagement.test.tsx`. The paths mentioned by the automated evaluation are from the legacy UI rather than the current Studio implementation. -- 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]
