slukyano commented on code in PR #5315:
URL: https://github.com/apache/ignite-3/pull/5315#discussion_r1984106999


##########
DEVNOTES.md:
##########
@@ -348,7 +348,7 @@ the docker image using `cli` parameter and connect to nodes 
using their names fr
 docker compose -f packaging/docker/docker-compose.yml up -d
 docker run -it --rm --net ignite3_default apacheignite/ignite3 cli
 > connect http://node1:10300
-> cluster init --name cluster --metastorage-group=node1,node2,node3
+> cluster init --name cluster

Review Comment:
   I thought about this but decided not to do it in the same patch. Agree that 
Docker's approach is pretty good, we use it in Ignite 2 for cluster tags 
(basically cluster name) as well. On the other hand, it's an easy concept for 
the user to understand.



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