Hi, This is the name of local Ignite instance within current JVM. This allows you to start several nodes within one JVM and access different instances within one application using Ignition.ignite(name) method. If you always have single node per JVM, you should just use default (null) name everywhere to avoid confusion.
When you connect with JDBC driver, you're using remote connection, so this name does not influence anything. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/grid-name-in-ignite-configuration-file-tp8380p8388.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
