High Availability¶
In production clusters its crucial that we can tolerate Node failure. Soup provides an easy way to enforce High Availability transparently to the clients.
Note
All nodes running in a High Availability Group can be load balanced against for reading, but only one node will operate in writer mode.
Also since we need to synchronize writes, there will be higher network traffic between the nodes.