Hello Ralph, I think the correct way is to use client node (with setClientMode - true) for control of cluster. Client node is isolated from data processing and not subject fail of load. Why are you connect each node with third party application instead of to do that only from client?
On Sat, Apr 23, 2016 at 4:10 AM, Ralph Goers <[email protected]> wrote: > 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 > -- Vladislav Pyatkov
