Hi, Depends on what you are going to archive:
In case if you are going to just collect some information then you can use: https://apacheignite.readme.io/docs/ignite-life-cycle BEFORE_NODE_START Invoked before Ignite node startup routine is initiated. In case if you are going to make some desition about should a node be joined or not that you can use the next method (in a separate plugin): https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/plugin/PluginProvider.html#validateNewNode-org.apache.ignite.cluster.ClusterNode- BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
