valepakh commented on code in PR #4820:
URL: https://github.com/apache/ignite-3/pull/4820#discussion_r1867504559


##########
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/cluster/init/ClusterInitOptions.java:
##########
@@ -182,6 +185,16 @@ String readConfigAsPath() {
         }
     }
 
+    private static boolean tryParseConfig(String config) {
+        try {
+            Config configFactory = ConfigFactory.empty();
+            configFactory.withFallback(ConfigFactory.parseString(config));

Review Comment:
   ```suggestion
               ConfigFactory.parseString(config);
   ```



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to