RockteMQ-AI commented on issue #1646: URL: https://github.com/apache/rocketmq-dashboard/issues/1646#issuecomment-5250083014
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** `AliyunInstanceProvider.getTopicConsumers()` and `getGroupSubscriptions()` call the Aliyun OpenAPI without setting `pageNumber` or `pageSize`, so only the default first page of results is returned. For topics/groups with many consumers, this silently drops data. **Severity:** Medium — functional correctness issue; affects monitoring accuracy for large deployments. **Suggested Fix:** Implement pagination loop using `pageNumber`/`pageSize` parameters until all pages are consumed. --- *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]
