Hi Ignite Developers, Here is the scenario that I am trying to mitigate – I have a two node ignite cluster as cache; I am using Partitioning as the cache policy. I need to address network partitioning and avoid the split-brain scenario. What are the options? Are there hooks into the Ignite cache that I can use to be notified when, there is a partition, or when nodes rejoin? Any pointers? Code Snippets? I am trying to avoid external quorum mechanism.
Thanks VJ