Aias00 opened a new issue, #854: URL: https://github.com/apache/rocketmq-dashboard/issues/854
### What happened `POST /api/dlq/resend` accepts a JSON literal `null` request body. `DLQController#resendMessages` then dereferences the request object before calling `DLQService`, so a null body can fail with an internal `NullPointerException` instead of a structured 400 response. ### Expected behavior The DLQ resend endpoint should reject missing or JSON `null` request bodies with a clear 400 response and should not call the service when the request object is absent. ### Why this matters DLQ resend is part of the RocketMQ Studio baseline operations surface. Invalid write requests should fail predictably and avoid surfacing internal implementation errors. ### Scope RocketMQ Studio / track 1 control-plane DLQ operations. -- 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]
