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


With regards,
Apache Git Services

Reply via email to