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

   ## Problem
   
   `RocketMQDLQProvider#buildDLQGroup` catches failures from 
`MQAdminExt#examineTopicStats` and leaves the message count at zero. The 
returned DLQ group is then marked `EMPTY`, which is indistinguishable from a 
successfully queried empty DLQ.
   
   This can hide ACL, network, or broker failures from the control-plane UI.
   
   ## Scope
   
   - Preserve a successful empty DLQ as `EMPTY`.
   - Mark DLQ statistics as unavailable when the topic-stats query fails.
   - Surface the unavailable state in the API/UI without fabricating a zero 
count.
   - Add regression coverage for both success and failure paths.
   
   ## Track
   
   Track 1 - Control Plane runtime diagnostics.


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