Aias00 opened a new issue, #2267: URL: https://github.com/apache/rocketmq-dashboard/issues/2267
## Problem Aliyun catalog discovery stops after `MAX_PAGES` (5) even when the provider reports additional instance pages. The SDK response exposes `totalCount`, but the current loop ignores it and returns a partial list with no truncation signal. ## Expected behavior Catalog browsing continues until the provider-reported total has been collected, while preserving the existing early exit for an empty or short page. The service must reject impossible pagination metadata rather than looping indefinitely. ## Scope Track 1 cloud instance discovery. This change is limited to the Aliyun catalog endpoint; Tencent pagination can be addressed separately because its API contract differs. ## Acceptance criteria - A five-full-page response followed by additional rows returns every reported instance. - Empty, short, and missing-total responses retain safe termination behavior. - Tests cover provider total metadata and request page progression. -- 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]
