Aias00 commented on issue #1666: URL: https://github.com/apache/rocketmq-dashboard/issues/1666#issuecomment-5250538385
Re-verified against current `rocketmq-studio` baseline (`9371e2a0`). `InstanceService.listInstances()` now only queries `InstanceRepository`; it does not call `InstanceProvider.countTopics`, `countGroups`, or any cloud control-plane API. The described N+1 remote-count path is therefore not reproducible on the current baseline. Closing this stale issue. When managed cloud catalog synchronization is introduced, its API should expose bounded/batched counts or explicit loading state rather than reintroduce per-instance synchronous calls. -- 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]
