sk0x50 commented on a change in pull request #256:
URL: https://github.com/apache/ignite-3/pull/256#discussion_r685776707



##########
File path: modules/api/src/main/java/org/apache/ignite/app/Ignition.java
##########
@@ -40,8 +40,23 @@
     /**
      * Starts an Ignite node with an optional bootstrap configuration from an 
input stream with HOCON configs.
      *
-     * @param name Name of the node. Must not be {@code null}.
-     * @param config Input stream from the node configuration in HOCON format. 
Can be {@code null}.
+     * @param name    Name of the node. Must not be {@code null}.
+     * @param config  Optional node configuration based on
+     *                {@link 
org.apache.ignite.configuration.schemas.runner.NodeConfigurationSchema} and
+     *                {@link 
org.apache.ignite.configuration.schemas.network.NetworkConfigurationSchema}.
+     *                Following rules are used for applying the configuration 
properties:
+     *                <ol>
+     *                  <li>Specified property overrides existing one or just 
applies itself if it wasn't
+     *                      previously specified.</li>
+     *                  <li>All non-specified properties either use previous 
value or use default one from
+     *                      corresponding configuration schema </li>

Review comment:
       ```suggestion
        *                      corresponding configuration schema.</li>
   ```




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


Reply via email to