Skip to content

[Studio] Use Consumer Group APIs when mock mode is disabled. - #648

Open
Kris20030907 wants to merge 1 commit into
apache:rocketmq-studiofrom
Kris20030907:fix/consumer-group-page-api
Open

[Studio] Use Consumer Group APIs when mock mode is disabled.#648
Kris20030907 wants to merge 1 commit into
apache:rocketmq-studiofrom
Kris20030907:fix/consumer-group-page-api

Conversation

@Kris20030907

Copy link
Copy Markdown

What is the purpose of the change

Problem

The Consumer Group page directly uses mock data and bypasses the existing service layer. As a result, the page still displays mock groups when mock mode is disabled, and create, delete, and reset actions can report success without updating the backend.

Expected behavior

  • Load consumer groups, subscriptions, and progress through the service layer.
  • Send create, delete, batch delete, and reset-offset operations to the backend.
  • Update the page and show success only after the request succeeds.
  • Keep the current state and show an error when the request fails.

Proposed fix

Connect the Consumer Group page to the existing consumer service APIs, add loading and error handling, and cover the main flows with page-level regression tests.

@Kris20030907 Kris20030907 changed the title fix: use Consumer Group APIs when mock mode is disabled. [Studio] Use Consumer Group APIs when mock mode is disabled. 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.

1 participant