Skip to content

[Studio] Wire consumer page to group APIs - #518

Closed
Aias00 wants to merge 1 commit into
apache:rocketmq-studiofrom
Aias00:fix/studio-consumer-page-api
Closed

[Studio] Wire consumer page to group APIs#518
Aias00 wants to merge 1 commit into
apache:rocketmq-studiofrom
Aias00:fix/studio-consumer-page-api

Conversation

@Aias00

@Aias00 Aias00 commented Jul 24, 2026

Copy link
Copy Markdown

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)

Copilot AI review requested due to automatic review settings July 24, 2026 05:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Aias00

Aias00 commented Jul 27, 2026

Copy link
Copy Markdown
Author

Superseded by #638. Folded into the consolidated page data loading/state PR to keep Consumer page API wiring with related page-level data loading behavior.

@Aias00 Aias00 closed this Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants