tju-yxq opened a new issue, #3561: URL: https://github.com/apache/rocketmq-dashboard/issues/3561
## Problem\n\nThe delivery page exposes a retry action named for the current page. If a filter matches failed deliveries across several pages, the operator has to retry each page separately.\n\n## Current behavior\n\n etryVisibleFailures collects failed rows from items, which contains only the current page, and calls the bulk retry endpoint with those IDs.\n\n## Expected behavior\n\n- Add a backend action that retries failed deliveries matching the current filters, rather than requiring an explicit page-local ID list.\n- Bound the action to a safe maximum number of rows.\n- Return succeeded and failed counts so the UI can report the outcome.\n- Keep the existing page-local retry action.\n\n## Why this matters\n\nAfter a webhook outage, hundreds of deliveries can be failed across pages. Retrying the filtered result set is the operation operators actually need; paging manually is error-prone. -- 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]
