Aias00 opened a new issue, #1129:
URL: https://github.com/apache/rocketmq-dashboard/issues/1129
## Problem
`GET /api/groups/{name}/progress` and `GET /api/groups/{name}/subscriptions`
do not accept an `instanceId`. Both delegate to the process-wide metadata
provider and may query a different RocketMQ cluster from the Consumer Group
selected in the instance-scoped UI.
## Expected behavior
- Both diagnostic endpoints accept `instanceId`.
- The selected instance endpoint is resolved with
`RuntimeAdminClientResolver`; no global/default AdminClient fallback is used.
- Missing or unknown instances retain the resolver’s structured error
behavior.
- Existing metadata list behavior is unchanged.
## Scope
Read-only Consumer Group progress and subscription diagnostics only.
Resetting offsets is a state-changing operation and will be handled in a
separate follow-up.
Track 1 / multi-instance control-plane correctness.
--
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]