RockteMQ-AI commented on issue #2275: URL: https://github.com/apache/rocketmq-dashboard/issues/2275#issuecomment-5308117047
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** `K8sCertService`, REST API, UI certificate list **Compatibility:** API contract change — clients must support pagination parameters The problem is clear: loading all certificates and filtering client-side does not scale. Server-side pagination with cluster/namespace/status filters is a standard pattern. Implementation notes: - Bounded `page`/`pageSize` parameters prevent abuse - Expiration recalculation only for the returned page is a good optimization - Regression tests should cover edge cases (empty pages, filter combinations) --- *Automated evaluation by github-manager-bot* -- 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]
