youngkermit8-coder commented on issue #1646: URL: https://github.com/apache/rocketmq-dashboard/issues/1646#issuecomment-5252040377
I checked this against the current ocketmq-studio dependency (libabacloud-rocketmq20220801:5.0.8) and the official 2022-08-01 API definitions. Both subscription operations are intentionally non-paginated: their request models expose only the resource identifiers (plus optional opicName for group subscriptions), and their response data is a plain array rather than a page object. The official docs likewise list no pageNumber/pageSize parameters: https://help.aliyun.com/en/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/developer-reference/api-rocketmq-2022-08-01-listtopicsubscriptions and https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-5-x-series/developer-reference/api-rocketmq-2022-08-01-listconsumergroupsubscriptions. Adding the proposed pagination loop is therefore not implementable for these APIs and is not needed to retrieve subsequent pages. -- 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]
