RockteMQ-AI commented on issue #2204: URL: https://github.com/apache/rocketmq-dashboard/issues/2204#issuecomment-5294855665
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid bug. `RocketMQDLQProvider.resendMessages` creates short-lived `DefaultMQPullConsumer` and `DefaultMQProducer` without the `adminCredentialRef` ACL hook, causing DLQ scan and resend to fail on ACL-enabled clusters. **Root Cause:** Same pattern as #2205 — `RuntimeAdminClientResolver` credential-hook resolution is bypassed when creating the short-lived consumer and producer for DLQ operations. **Impact:** DLQ management (scan + resend) is completely broken on ACL 1.0-enabled clusters. **Severity:** high — DLQ is a critical operational path; operators cannot manage dead-letter messages on ACL-enabled clusters. The proposed fix is consistent with #2205 and should be implemented together for maximum coverage. --- *Automated evaluation by github-manager* -- 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]
