yuluo-yx opened a new issue, #3228: URL: https://github.com/apache/rocketmq-dashboard/issues/3228
## Problem The Topic page lists queue counts and permissions per row, but operators cannot see configuration fragmentation or capacity distribution across a full instance. Because the table is paginated, asymmetric queues, restricted permissions, and one-off profiles are difficult to identify at fleet scale. ## Proposed change Add an on-demand queue configuration portfolio that: - loads all topics matching the current instance and filters through the existing bounded pagination helper; - groups topics by type, namespace, write/read queues, and permission; - classifies balanced, asymmetric, read-only, write-only, no-access, and unknown-permission profiles; - aggregates queue capacity, message volume, TPS, consumers, profile share, and representative topics; - supports status filtering and search; - includes focused tests and Chinese/English UI copy. This is a read-only analysis over existing Topic metadata and introduces no backend contract. -- 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]
