Aias00 opened a new issue, #862: URL: https://github.com/apache/rocketmq-dashboard/issues/862
### What happened? `web/src/pages/studio/GroupManagement.tsx` defines consumer groups, subscriptions, online instances, and consume progress directly inside the page component file. Because the route is wired in `App.tsx`, users can open the page and see hard-coded operational data that is not loaded through the service/API layer. ### Why this matters Consumer group management is part of the RocketMQ Studio control-plane baseline. Page-level mock data can mislead users in real deployments and bypasses the existing `consumerService` mock/real API switch. ### Expected behavior The page should load consumer group list/detail/subscription/progress data through the existing consumer service layer. Mock data should remain behind the service-level `USE_MOCK` switch only. ### Scope RocketMQ Studio track 1 / BASE-01 and CLIENT-01 consumer group management hardening. -- 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]
