Aias00 opened a new issue, #1159:
URL: https://github.com/apache/rocketmq-dashboard/issues/1159

   ## Problem
   
   Topic message queries and DLQ resend scans trust 
`PullResult.nextBeginOffset` unconditionally. If an abnormal response reports 
`FOUND` without advancing that offset, the scan repeats the same offset 
indefinitely and can tie up a control-plane request.
   
   ## Expected behavior
   
   Both pull loops must stop the current queue when the next offset does not 
advance, emit a diagnostic warning, and preserve already collected results.
   
   ## Scope
   
   Track 1 / BASE-01 message query and DLQ resend stability. The fix should 
cover both shared pagination patterns and add regression tests for a 
non-advancing `PullResult`.


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