DistributedMapCacheServer redundancy

2016-05-25 Thread Andre
Hi there, I have been playing with ListSFTP + FetchSFTP and just wanted to confirm the following: Lets say someone decides to run the above processors together with DistributedMapCacheServer, cluster, wouldn't this introduce a single point of failure to the cluster architecture? My understanding

Re: DistributedMapCacheServer redundancy

2016-05-26 Thread Bryan Bende
Hi Andre, You are correct that DistrbutedMapCacheServer is a single point of failure. The name is a little bit misleading, it is distributed in the sense that it allows the nodes in a cluster to share information, but there is only one instance of the server. The good news is that all of the proc