Concourse.connect methods need to take in cluster configuration and either
- connect to a random node
- connect to all nodes and do round robin
- have some location awareness and connect to the closest node?
maybe all of the above? Have some logic to detect when a node is down and try to connect to another one?
Originally posted by @jtnelson in #460 (comment)