Aias00 opened a new issue, #690: URL: https://github.com/apache/rocketmq-dashboard/issues/690
## Problem Studio GroupManagement page defines local mock consumer groups/subscriptions/instances/progress records and renders them directly. It does not use the existing consumer group API/service path. Evidence: - `web/src/pages/studio/GroupManagement.tsx` has local mock consumer group, subscription, instance, and progress data. - The page currently renders production-looking groups such as `order-consumer-group`. ## Impact This is in the Track 1 / BASE-01 consumer management scope. Showing local mock consumer groups can mislead operators and diverges from the API-driven Control Plane model. ## Expected The page should call a real API/service, or clearly show an unsupported/empty state until a real service is connected. It should not render hard-coded production-looking groups. -- 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]
