RockteMQ-AI commented on issue #2609: URL: https://github.com/apache/rocketmq-dashboard/issues/2609#issuecomment-5419189564
**Issue Evaluation** Category: | Status: **Confirmed** The reported pagination truncation has been verified against the branch. **Root Cause:** - (line 86): Instance listing uses a hard-coded with , capping results at 10,000 without consulting from the SDK response. - (line 412): Consumer group listing has the same / cap, also ignoring . Both loops break only when a page returns fewer items than , so exact multiples of 10,000 silently drop remaining records while the API reports success. **Impact:** Deployments with >10,000 Tencent Cloud instances or consumer groups in a single region will have incomplete inventory data — affecting instance import, group management, exports, and counts. **Severity:** Medium — data completeness issue under specific scale conditions; no data corruption or message loss. **Related:** PR #2610 already targets this issue with a fix on the base branch. --- *Automated evaluation by github-manager* -- 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]
