Aias00 opened a new issue, #1224: URL: https://github.com/apache/rocketmq-dashboard/issues/1224
## Problem `InstanceService#fillCloudCounts` catches cloud-provider failures and leaves the stored count values in place, commonly zero. The API cannot distinguish a cloud instance with zero resources from one whose resource counts could not be loaded. ## Scope - Add an explicit resource-count availability signal to cloud instance responses. - Mark counts unavailable when either Topic or consumer-group listing fails. - Preserve valid zero counts when both provider calls succeed. - Add regression coverage. ## Follow-up Provider calls remain per instance because the current `InstanceProvider` contract has no batch count operation. Batch aggregation should be designed separately so vendor providers can implement it without a breaking one-off change. ## Track Track 1 - Control Plane cloud instance management. -- 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]
