Aias00 opened a new issue, #2279: URL: https://github.com/apache/rocketmq-dashboard/issues/2279
## Problem `GET /api/clients` returns every discovered producer and consumer connection for an instance. The Apache provider first scans producer tables across all brokers and then iterates subscription groups to inspect consumer connections. The response has no page/pageSize contract. Large clusters can therefore produce an unbounded response and force the browser to render every connection. The initial change should establish a bounded, stable paginated response while retaining the existing diagnostics collection semantics. ## Scope - add page/pageSize validation and a `PageResult<ClientConnectionVO>` API contract - use deterministic ordering before slicing results - update the connections service/page and regression tests ## Follow-up Protocol-native filtering that avoids the underlying Remoting scan is a separate Proxy Admin capability. -- 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]
