Aias00 opened a new pull request, #2280: URL: https://github.com/apache/rocketmq-dashboard/pull/2280
## Summary - expose a bounded `PageResult` for client connection listings - enforce page/pageSize limits and deterministic server-side ordering - update the client connection API, mock service, and UI pagination ## Scope This bounds API/UI results. Native filtering that avoids the underlying Remoting Broker/Group scan remains a future Proxy Admin capability. ## Verification - `JAVA_HOME=/Users/aias/Library/Java/JavaVirtualMachines/openjdk-21.0.2/Contents/Home PATH="$JAVA_HOME/bin:$PATH" mvn -q -B -ntp -Dtest=ClientServiceTest,ClientControllerTest test` - `npm run build` - `npm test -- --run src/api/connections.test.ts src/services/connectionsService.test.ts src/pages/cluster/__tests__/ClientsPage.test.tsx` Closes #2279 -- 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]
