aim-for-better opened a new pull request #414: [ISSUE #403] Add ACL control by No.3 URL: https://github.com/apache/rocketmq/pull/414 ## What is the purpose of the change add ACL control to Rocketmq ### How to use - First, if you want to open acl control features, then just add a file named `acl.conf` under the broker `${rocketmq_home}/conf` the file just like this: ``` rocketmq.user="user1,user2,user3,..." ``` - Second ,when use rocketmq client , just ``` System.setProperty("rocketmq.user","user1") DefaultMQProducer producer = new DefaultMQProducer(""); ``` then everything is the same to before usage. when the broker 's users list contains the client set user property then it can produce or consumer, otherwise , will get sendTimeOut
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
