Aias00 opened a new issue, #2277: URL: https://github.com/apache/rocketmq-dashboard/issues/2277
## Problem `GET /api/system-alerts` returns the complete persisted alert inventory and the UI performs level filtering locally. Large alert histories create avoidable database reads, response payloads, and browser work. ## Scope - add bounded page/pageSize and optional level filtering to the system-alert API - return the shared `PageResult` contract and drive the system-alert table from server pages - retain accurate acknowledgement and clear behavior after pagination ## Dependency The related point-lookup change is tracked separately in #2271 / #2272. -- 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]
