jfrazee commented on a change in pull request #4202: NIFI-7203 Support for TLS 
in Zookeeper Server
URL: https://github.com/apache/nifi/pull/4202#discussion_r407696242
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/zookeeper.properties
 ##########
 @@ -27,6 +27,28 @@ tickTime=2000
 dataDir=./state/zookeeper
 autopurge.snapRetainCount=30
 
+# Embedded/distributed ZK TLS connection support can be activated by setting 
these properties at minimum:
+#
+# secureClientPort=2281
+# serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory
+
+# Most TLS configurations will set these values as well:
 
 Review comment:
   Good call on including the example properties. We should include a note 
about not using the reconfig-style server.N entries if both clientPort and 
secureClientPort are being used.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to