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

   ## Problem
   
   Aliyun consumer group listing still uses `PAGE_SIZE = 100` and `MAX_PAGES = 
5`. Instances with more than 500 consumer groups return a successful but 
incomplete inventory; later groups disappear from management, export, counts 
and downstream operations.
   
   ## Evidence
   
   - 
`server/src/main/java/org/apache/rocketmq/studio/provider/alibaba/AliyunConverters.java:65`
   - 
`server/src/main/java/org/apache/rocketmq/studio/provider/alibaba/AliyunConverters.java:66`
   - 
`server/src/main/java/org/apache/rocketmq/studio/provider/alibaba/AliyunInstanceProvider.java:301`
   
   ## Expected behavior
   
   - Continue using the upstream total count or next-page signal until all 
groups are fetched.
   - Retain short-page termination when the upstream total is unavailable.
   - Never return partial data as a successful complete inventory.
   - Add exact 500 and 501 record regression coverage.
   
   ## Related history
   
   #2442 confirmed the same bug and PR #2449 implemented a fix, but both were 
closed for PR consolidation/staleness rather than merged. This issue tracks a 
refreshed implementation against the current `rocketmq-studio` branch.
   


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