Aias00 opened a new issue, #2205: URL: https://github.com/apache/rocketmq-dashboard/issues/2205
## Background The Apache test-message path resolves the selected instance endpoint, then creates a short-lived `DefaultMQProducer` without the selected instance `adminCredentialRef` ACL hook. On ACL 1.0-enabled Apache RocketMQ clusters, sending a test message through a configured instance fails as an anonymous producer even though its Admin operations authenticate. ## Expected behavior Test-message producers use the selected Apache instance credentials when configured. Default/no-credential sends retain their existing behavior. ## Proposed fix Reuse `RuntimeAdminClientResolver` credential-hook resolution when creating the short-lived producer, with regression coverage for configured and absent credentials. ## Scope Track 1 / Control Plane runtime interaction and AUTH-01 compatibility. -- 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]
