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

   ## Problem
   The DLQ list fetches all topics, identifies every DLQ topic, then calls 
`examineTopicStats` for every discovered group before returning an unbounded 
list. A cluster with many DLQ groups turns one page load into N+1 Admin RPCs.
   
   ## Scope
   - add bounded page/pageSize parameters and a `PageResult<DLQGroupVO>` 
response
   - sort DLQ topic/group identities deterministically and page them before 
per-topic stats lookups
   - update API, service, UI, and regression tests
   
   ## Out of scope
   - DLQ resend semantics and message scans
   


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