tju-yxq opened a new issue, #3400:
URL: https://github.com/apache/rocketmq-dashboard/issues/3400

   ## Problem
   
   The Queue Browser lists every queue of the selected topic in one unbounded 
table. For large topics with many queues, operators currently scroll through 
the whole list to find a broker or queue. There is no broker/queue search, no 
way to sort queues by backlog, and no way to hide empty queues, even though the 
UI already receives `brokerName`, `queueId`, `minOffset`, and `maxOffset` for 
every queue.
   
   This is especially common when diagnosing uneven writes: the interesting 
queues are the ones with the largest backlog, while empty queues add noise.
   
   ## Expected behavior
   
   - filter queues by broker name and queue ID as the operator types;
   - allow sorting by broker, queue ID, and message backlog;
   - provide an "only non-empty queues" toggle;
   - keep the pull-at-offset behavior unchanged;
   - show the count of displayed queues separately from the total queues and 
total messages so filtering does not make the topic-wide totals misleading;
   - include regression tests for search, sorting, and empty-queue filtering.


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