btlqql opened a new pull request, #2636:
URL: https://github.com/apache/rocketmq-dashboard/pull/2636

   ## Summary
   - resolve selected DLQ messages directly by their IDs instead of rescanning 
a fixed seven-day window
   - preserve request order while deduplicating IDs and continue past 
individual lookup failures
   - mark incomplete selected lookups as partial and expose that through 
`scanIncomplete`
   
   ## Why
   The selected resend endpoint already receives exact message IDs. Rescanning 
only the most recent seven days, with a 5,000-message cap, can miss an older 
selected message or one beyond the cap even though its ID is known.
   
   ## Tests
   - `mvn -o -Dtest=RocketMQDLQProviderTest test` (22 tests passed)
   
   Fixes #2635


-- 
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]

Reply via email to