tledkov commented on code in PR #10667:
URL: https://github.com/apache/ignite/pull/10667#discussion_r1190009721
##########
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/CommonArgParser.java:
##########
@@ -354,6 +361,11 @@ ConnectionAndSslParameters
parseAndValidate(Iterator<String> rawArgIter) {
experimentalEnabled = true;
break;
+ case CMD_SSL_FACTORY:
+ sslFactoryCfg = argIter.nextArg("Expected SSL factory
config path");
Review Comment:
What do you think about print warning or throw an exception when
CMD_SSL_FACTORY and any other SSL options are defined (e.g. CMD_SSL_PROTOCOL,
CMD_SSL_PROTOCOL etc)? Could this confuse the user?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]