Aias00 opened a new issue, #2678:
URL: https://github.com/apache/rocketmq-dashboard/issues/2678

   ## Problem
   
   Tencent ACL role inventories and consumer-group topic subscriptions stop 
after 100 pages even when the upstream API reports more results. The SDK 
responses expose `TotalCount`, but these paths ignore it and return successful 
partial data.
   
   ## Evidence
   
   - 
`server/src/main/java/org/apache/rocketmq/studio/provider/tencent/TencentAclService.java:70`
   - 
`server/src/main/java/org/apache/rocketmq/studio/provider/tencent/TencentAclService.java:97`
   - 
`server/src/main/java/org/apache/rocketmq/studio/provider/tencent/TencentAclService.java:181`
   - 
`server/src/main/java/org/apache/rocketmq/studio/provider/tencent/TencentInstanceProvider.java:936`
   
   ## Expected behavior
   
   - Continue paging until `TotalCount` is satisfied.
   - Retain empty/short-page termination when totals are absent.
   - Apply the same complete paging contract to list, lookup and subscription 
paths.
   - Cover exact 10,000 and 10,001 record boundaries.
   
   ## Related
   
   #2609 / PR #2610 covers Tencent instance and consumer-group inventories. 
#2558 covers large page-number overflow, not cloud API truncation.
   


-- 
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]

Reply via email to