Flaugh24 commented on code in PR #1569:
URL: https://github.com/apache/ignite-3/pull/1569#discussion_r1113250073


##########
modules/api/src/main/java/org/apache/ignite/Ignition.java:
##########
@@ -171,5 +172,11 @@ CompletableFuture<Ignite> start(
      * @throws IgniteException If the given node has not been started or has 
been stopped.
      * @see <a 
href="https://cwiki.apache.org/confluence/display/IGNITE/IEP-77%3A+Node+Join+Protocol+and+Initialization+for+Ignite+3";>IEP-77</a>
      */
-    void init(String nodeName, Collection<String> metaStorageNodeNames, 
Collection<String> cmgNodeNames, String clusterName);
+    void init(
+            String nodeName,
+            Collection<String> metaStorageNodeNames,
+            Collection<String> cmgNodeNames,
+            String clusterName,
+            RestAuthConfig restAuthConfig

Review Comment:
   added



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