caiwenlong1989 opened a new issue #2606:
URL: https://github.com/apache/rocketmq/issues/2606
rocketmq版本4.7.1,JDK8,Win10环境
设置${RMQ_HOME}/conf/broker.conf,添加aclEnable=true
acl配置文件没动,用的默认的,用户RocketMQ的topicA和groupA都是DENY权限
启动namesrv,启动broker
编写producer,设置AclRPCHook(“RocketMQ”,“12345678”),发消息到topicA,居然成功了,不是应该没权限吗?
编写consumer,设置AclRPCHook(“groupA”,“RocketMQ”,“12345678”),订阅topicA,居然也成功了
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]