yuz10 commented on code in PR #6615:
URL: https://github.com/apache/rocketmq/pull/6615#discussion_r1170036613


##########
proxy/src/main/java/org/apache/rocketmq/proxy/remoting/RemotingProtocolServer.java:
##########
@@ -258,6 +259,10 @@ protected RequestPipeline createRequestPipeline() {
         };
 
         List<AccessValidator> accessValidatorList = new ArrayList<>();
+        ProxyConfig config = ConfigurationManager.getProxyConfig();
+        if (config.isEnableACL()) {

Review Comment:
   If enableACL is false and then updated to true, then acl is not active 
because list is empty



-- 
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]

Reply via email to