Aias00 opened a new issue, #2512: URL: https://github.com/apache/rocketmq-dashboard/issues/2512
## Problem Studio can create consumer groups but does not expose a safe way to inspect or update the broker subscription-group settings after creation. In particular, `retryQueueNums` and `retryMaxTimes` can only be changed with external tooling. ## Scope - Read the effective Apache `SubscriptionGroupConfig` for a selected group. - Add a partial update endpoint that preserves unspecified broker settings. - Update every master broker in the selected instance. - Persist the mirrored retry maximum in Studio metadata. - Add an operator-facing edit action for retry queue count and maximum retry count. - Keep cloud providers explicitly unsupported and audit the update. ## Acceptance criteria - The UI reflects broker-side values after save. - Updates do not reset unrelated subscription-group fields. - Failure reports a clear error and does not claim success. - Unit/API/UI tests cover the contract and constraints. -- 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]
