Hi Anton and Alexandr, I thought vertx is invoking IgniteClusterManager#leave because of network segmentation. so I created wrapper to IgniteClusterManager and added logs before invoking leave(). I did not see any log of wrapper. So ignite is not closed from the IgniteClusterManager#leave
Looks like ignite is stopped from some where else because of network segmentation? can you help me in understanding this. is there any to intercept behavior ? In my scenario, i am starting kafka streamer when ignite is up and need to stop the kafka streamer before closing the ignite due to any problem. otherwise, it would lead to data problem. and i am using vertx-ignite. please share if there are other cluster manager better than vertx ? Thanks for you help. - Anil
