RockteMQ-AI commented on issue #2205: URL: https://github.com/apache/rocketmq-dashboard/issues/2205#issuecomment-5294853376
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid bug. The test-message path creates a short-lived `DefaultMQProducer` without the `adminCredentialRef` ACL hook, causing authentication failures on ACL-enabled clusters. **Root Cause:** `RuntimeAdminClientResolver` credential-hook resolution is not reused when creating the short-lived producer for test message sends. **Impact:** Test message functionality is broken on ACL 1.0-enabled clusters despite Admin operations working correctly. **Severity:** medium — affects ACL-enabled deployments; non-ACL clusters are unaffected. The proposed fix (reusing `RuntimeAdminClientResolver` credential-hook resolution) is sound. --- *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]
