RockteMQ-AI commented on issue #3400: URL: https://github.com/apache/rocketmq-dashboard/issues/3400#issuecomment-5552720113
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** Queue Browser UI component (frontend) **Compatibility:** No breaking changes — additive UI improvements only Well-structured enhancement request. The Queue Browser currently renders all queues in an unbounded table, which becomes unwieldy for topics with many queues. The proposed changes (broker/queue search, sort by backlog, hide-empty toggle, separate displayed-vs-total counts) are all client-side operations using data already available in the API response (`brokerName`, `queueId`, `minOffset`, `maxOffset`). **Assessment:** - All required data is already fetched by the existing API call - Changes are purely frontend (no backend API changes needed) - Good candidate for a community contribution - Regression tests for the new filter/sort logic would be valuable --- *Automated evaluation by RockteMQ-AI* -- 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]
