Hi, Please properly subscribe to the user list (this way we will not have to manually approve your emails). All you need to do is send an email to [email protected] and follow simple instructions in the reply.
--- Ignition.allGrids returns a list of nodes started within current process. There can be multiple nodes per machine and per process. Nodes join in a cluster. Nodes within the same process are not necessary in the same cluster (this depends on the discovery configuration, see [1]). So instead of Ignition.allGrids, please use Ignite.cluster().nodes(). [1] https://apacheignite.readme.io/docs/clustering Pavel. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-support-for-net-and-Java-Cross-Platform-tp5797p5830.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
