You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/08/29 10:41:10 UTC

[GitHub] [ignite] NSAmelchev commented on a change in pull request #6799: IGNITE-11094 Add SSL support for ignite zookeeper SPI

NSAmelchev commented on a change in pull request #6799: IGNITE-11094 Add SSL support for ignite zookeeper SPI
URL: https://github.com/apache/ignite/pull/6799#discussion_r319001835
 
 

 ##########
 File path: modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/zk/curator/TestingZooKeeperServer.java
 ##########
 @@ -30,11 +31,15 @@
 import java.io.Closeable;
 import java.io.IOException;
 import java.util.Collection;
+import java.util.Properties;
 import java.util.concurrent.atomic.AtomicReference;
 
 /**
  */
 public class TestingZooKeeperServer extends QuorumPeerMain implements Closeable {
+    /** */
+    public static final String SECURITY_CLIENT_PORT = "secureClientPort";
 
 Review comment:
   Lets add link to zookeeper. Like 'zkSecureClientPort'

----------------------------------------------------------------
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