RockteMQ-AI commented on issue #2512: URL: https://github.com/apache/rocketmq-dashboard/issues/2512#issuecomment-5368448573
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** `SubscriptionGroupConfig` management in Studio server layer, broker admin API integration **Compatibility:** no breaking changes — additive API This is a well-scoped enhancement. The current Studio supports creating consumer groups but lacks the ability to inspect or partially update `retryQueueNums` / `retryMaxTimes` after creation. The proposed approach (read effective config → partial update → propagate to all master brokers) is sound. Key considerations: - Partial update must preserve unspecified broker settings (not reset to defaults) - All master brokers in the instance must be updated atomically - The mirrored retry maximum should be persisted locally --- *Automated evaluation by github-manager* -- 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]
