btlqql opened a new issue, #2635: URL: https://github.com/apache/rocketmq-dashboard/issues/2635
### Problem The selected-message DLQ resend API receives explicit message IDs, but it currently rescans only the last seven days of the DLQ topic and stops after 5,000 messages before filtering those IDs. A message selected from an older time range, or one beyond the scan cap, is reported as unmatched and is not resent even though its exact ID is available. ### Expected behavior Selected resend should resolve each requested message ID directly from the group's DLQ topic, independent of message age and unrelated queue volume. Missing IDs should still produce a partial result. ### Proposed fix Use the admin API's topic-aware message lookup for each normalized ID, retain per-ID failure handling, and add a regression test proving that selected resend does not invoke a time-window scan. -- 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]
