elephone-184 opened a new pull request, #4316:
URL: https://github.com/apache/rocketmq-dashboard/pull/4316

   Fixes #4315.
   
   ### Summary
   Introduces a Dead Letter Queue (DLQ) message auto-replay policy and 
scheduling engine with rate limiting and execution history auditing.
   
   ### Features
   - `DlqAutoReplayReport`: tracks pending DLQ messages, replayed counts, 
replay success rate, and audit trails.
   - `DlqAutoReplayService`: supports rate-limited message replay pipelines 
with batching control and error isolation.
   - `DlqAutoReplayController`: provides `/dlq/autoReplay/status.query` and 
`/dlq/autoReplay/execute.do` endpoints.
   - `DlqAutoReplayModal`: frontend component for managing replay policies, 
triggering executions, and auditing replay logs.
   - Unit tests for controller and service layers.
   
   ### Test Plan
   - Unit tests in `DlqAutoReplayControllerTest` and 
`DlqAutoReplayServiceImplTest`.
   - Tested status query and batch execution pathways.


-- 
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]

Reply via email to