Aias00 opened a new issue, #2509: URL: https://github.com/apache/rocketmq-dashboard/issues/2509
## Problem Studio DLQ management currently exposes group aggregates, time-range batch resend, and JSON export only. Operators cannot inspect individual dead-letter messages, select a subset for recovery, or export message records in a spreadsheet-friendly format. ## Scope - Add paged DLQ message inspection scoped by instance and consumer group. - Add selected-message resend with explicit selection limits and per-message outcomes. - Keep existing time-range batch resend intact. - Provide CSV export for selected/current DLQ message records. - Preserve Apache-only capability and audit successful operations. ## Acceptance criteria - Message listing and resend use bounded scans and return incomplete-scan signals. - A selected resend cannot operate outside the specified instance/group. - Partial failures remain visible; no result is reported as fully successful when any selected message failed. -- 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]
