leizhiyuan commented on issue #8406:
URL: https://github.com/apache/rocketmq/issues/8406#issuecomment-2290768529
see this code in proxy
public static DefaultMessagingProcessor createForClusterMode() {
RPCHook rpcHook = null;
if
(ConfigurationManager.getProxyConfig().isEnableAclRpcHookForClusterMode()) {
rpcHook = AclUtils.getAclRPCHook(ROCKETMQ_HOME +
MixAll.ACL_CONF_TOOLS_FILE);
}
return createForClusterMode(rpcHook);
}
need open EnableAclRpcHookForClusterMode and put the wrong acl in yaml
--
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]