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

   ## Problem
   
   `collectDeadLetters()` can produce `scanIncomplete`, `truncated` and 
failed-queue information, but the export endpoint only returns the message 
array. An exported 5000 messages may be partial data with no way for the user 
to tell.
   
   Location: 
`server/src/main/java/org/apache/rocketmq/studio/provider/apache/RocketMQDLQProvider.java`.
   
   ## Expected behavior
   
   Return a result object (or explicit response headers) containing the 
messages, whether truncated, the failed-queue count and the applied limit; the 
frontend shows a warning after export.
   
   ## Verification
   
   Cover hitting the limit, a single-queue failure, and the all-success case.
   
   Note: #1651 is about DLQ resend; this is an independent export contract.
   


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