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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to