RockteMQ-AI commented on issue #3051: URL: https://github.com/apache/rocketmq-dashboard/issues/3051#issuecomment-5533776790
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** AI/MCP/CLI inventory tools (`rmq.topic.list`, `rmq.group.list`, `rmq.alert.rule.list`) **Compatibility:** No breaking changes expected The analysis is correct — the inventory tools bypass the pagination used by regular web endpoints, which can return unbounded result sets. Adding pagination or a result cap would prevent memory pressure on large deployments. Suggested approach: reuse the existing `listTopicsPage`/`listConsumerGroupsPage` pagination or add a configurable upper bound with a `truncated` flag. --- *Automated evaluation by github-manager-bot* -- 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]
