andrey-kuznetsov commented on a change in pull request #7566: IGNITE-12832 Add 
user attributes support to control.sh
URL: https://github.com/apache/ignite/pull/7566#discussion_r397887739
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/commandline/ConnectionAndSslParameters.java
 ##########
 @@ -97,7 +102,8 @@ public ConnectionAndSslParameters(Command command, String 
host, String port, Str
         Long pingTimeout, Long pingInterval, boolean autoConfirmation,
         String sslProtocol, String sslCipherSuites, String sslKeyAlgorithm,
         String sslKeyStorePath, char[] sslKeyStorePassword, String 
sslKeyStoreType,
-        String sslTrustStorePath, char[] sslTrustStorePassword, String 
sslTrustStoreType
+        String sslTrustStorePath, char[] sslTrustStorePassword, String 
sslTrustStoreType,
+        Map<String, String> userAttrs
 
 Review comment:
   userAttr param should be described in javadoc.

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