RockteMQ-AI commented on issue #2291: URL: https://github.com/apache/rocketmq-dashboard/issues/2291#issuecomment-5311673084
**Issue Evaluation** Category: `type/enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** Cloud credential management API and UI pages **Compatibility:** No breaking changes — additive pagination parameters The current implementation loads and masks all stored credentials before returning them, which degrades as the credential inventory grows. Adding vendor/name filtering and bounded pagination at the query layer (before masking) is a sound optimization that reduces both DB load and in-memory processing. **Suggested approach:** - Add vendor and name filter parameters to the list API - Apply page/pageSize at the SQL level (not post-filter) - Keep masking as a post-query step on the bounded result set --- *Automated evaluation by RockteMQ-AI* -- 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]
