Hi All, I am migrating IGNITE from 1.9 to 2.3 and Using vertx-ignite-3.5.0 and facing below issue.
class org.apache.ignite.IgniteException: Can not perform the operation because the cluster is inactive. Note, that the cluster is considered inactive by default if Ignite Persistent Store is used to let all the nodes join the cluster. To activate the cluster call Ignite.active(true). at org.apache.ignite.internal.IgniteKernal.checkClusterState(IgniteKernal.java:3813) Because to establish cluster vertex internally calling ignite.getOrCreateCache(name) and Ignite Cluster is not activate as of now. Is there any way to enable Ignite Cluster through XML config or any other way Thanks & Regards Tejas
