You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/09/27 13:25:10 UTC

[GitHub] [zookeeper] arshadmohammad commented on a change in pull request #1099: ZOOKEEPER-1467: Server principal on client side is derived using hostname

arshadmohammad commented on a change in pull request #1099: ZOOKEEPER-1467: Server principal on client side is derived using hostname
URL: https://github.com/apache/zookeeper/pull/1099#discussion_r329069973
 
 

 ##########
 File path: zookeeper-server/src/main/java/org/apache/zookeeper/client/ZKClientConfig.java
 ##########
 @@ -59,6 +59,7 @@
     public static final String SECURE_CLIENT = ZooKeeper.SECURE_CLIENT;
     public static final int CLIENT_MAX_PACKET_LENGTH_DEFAULT = 4096 * 1024; /* 4 MB */
     public static final String ZOOKEEPER_REQUEST_TIMEOUT = "zookeeper.request.timeout";
+    public static final String ZOOKEEPER_SERVER_PRINCIPAL = "zookeeper.server.principal";
 
 Review comment:
   Please document this new property in zookeeperProgrammers.md in "Client Configuration Parameters" section

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services