I have:
- 4 servers running a single RethinkDB instance in cluster (4 shards / 3 replicas tables)
- 2 application servers (tornado + RethinkDB proxy)
The clients connect only to their local proxy.
How to specify both the local + the other proxy so that the clients could fail over to the other proxies when their local proxy crashes or experiences issues?