yuz10 commented on code in PR #6615:
URL: https://github.com/apache/rocketmq/pull/6615#discussion_r1169961301
##########
proxy/src/main/java/org/apache/rocketmq/proxy/remoting/pipeline/AuthenticationPipeline.java:
##########
@@ -36,13 +33,9 @@ public AuthenticationPipeline(List<AccessValidator>
accessValidatorList) {
@Override
public void execute(ChannelHandlerContext ctx, RemotingCommand request,
ProxyContext context) throws Exception {
- ProxyConfig config = ConfigurationManager.getProxyConfig();
- if (config.isEnableACL()) {
Review Comment:
Yes, now broker config can be changed dynamically, and proxy config may be
in the future
--
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]