You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/10/08 07:16:20 UTC

[GitHub] [rocketmq-externals] SteNicholas commented on a change in pull request #820: [ISSUE #819] Support ACL

SteNicholas commented on a change in pull request #820:
URL: https://github.com/apache/rocketmq-externals/pull/820#discussion_r724759043



##########
File path: rocketmq-connect/rocketmq-connect-runtime/src/main/java/org/apache/rocketmq/connect/runtime/config/ConnectConfig.java
##########
@@ -103,6 +103,12 @@ public void setBrokerSuspendMaxTimeMillis(int brokerSuspendMaxTimeMillis) {
 
     private String allocTaskStrategy = "org.apache.rocketmq.connect.runtime.service.strategy.DefaultAllocateConnAndTaskStrategy";
 
+    private boolean aclEnable = false;

Review comment:
       The default value of the boolean type is `false`.




-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org