I have an application that is using Ignite for a clustered cache. Each member of the cache will have connections open with a third party application. When a cluster member stops its connections must be re-established on other cluster members.
I can do this manually if I have a way of detecting a node has left the cluster, but I am hoping that there is some other recommended way of handling this. Any suggestions? Ralph
