Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-381

Support redundant mongos connections

      Add support for a redundant connection mode to mongos instances much like connecting to replicasets work.

      Mongo constructor that takes a seed list should detect whether it is a list of mongos instances or a list of replica set members. If the latter, it should work the same as now. If the former, the driver should select the mongos with the lowest ping time and send all traffic to it, failing over if that one becomes unavailable.

            Assignee:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Reporter:
            scotthernandez Scott Hernandez (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: