How can I build a cluster of memcached server and access it with finagle. ct Looks like ServerSet with ZooKeeper can be used to build a cluster. But I have several questions.
1 What's the algorithm to distribute the key to the memcached servers in the cluster. Can I change that? 2 How does finagle detect memcached server failure and how is failover done. Looks like everything is done from the client side. Nothing need be done on the server side.
Thanks