Aias00 opened a new pull request, #518: URL: https://github.com/apache/rocketmq-dashboard/pull/518
## Summary - replace the Consumer Group page's static mock data with the shared consumer service/API layer - load group detail, subscriptions, and consume progress from backend endpoints when opening the detail modal - wire create, single delete, batch delete, and reset offset actions to API calls with loading/error states - add page tests covering service-backed list and detail loading ## Motivation This is part of the RocketMQ Studio control-plane baseline/CLIENT-01 work. The page previously rendered static mock consumer data, so a deployed Studio instance could not reflect real Consumer Group state, online instances, subscriptions, or consume progress. ## Verification - `npm test -- ConsumerPage.test.tsx consumerGroups.test.ts` - `npm run build` - `npm run lint` (passes with existing Fast Refresh warnings in unrelated files) -- 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]
