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


##########
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:
   May the if judgment be removed, for the same reason
   
   



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