RockteMQ-AI commented on issue #2507: URL: https://github.com/apache/rocketmq-dashboard/issues/2507#issuecomment-5368456289
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** Studio server-side resend endpoint for Apache instances, message detail UI **Compatibility:** no breaking changes — additive API This fills a practical gap: operators currently cannot resend a single ordinary message to a specific consumer group without leaving Studio. The proposed approach is clean: - Server-side direct resend endpoint requiring `instanceId`, message identity/topic, and target consumer group - Exposed from message detail view with clear unsupported/error states - Audit the operation for traceability Key considerations: - The resend should validate that the target consumer group exists and is subscribed to the topic - Error states should distinguish between "message not found", "group not found", and "resend failed" - Audit logging is important for operational traceability --- *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]
