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

   ## Problem
   `RocketMQDLQProvider.resendOne` treats every non-throwing 
`DefaultMQProducer.send` call as successful. A `SendResult` with a status other 
than `SEND_OK` is therefore reported as a successful replay and recorded as a 
successful audit outcome.
   
   ## Scope
   - Treat `null` and non-`SEND_OK` send results as failed DLQ resends.
   - Preserve successful replay behavior for `SEND_OK`.
   - Add regression coverage for the reported resend and audit counts.
   
   ## Track
   Track 1 / Control Plane baseline: DLQ replay correctness.


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