...

Text file src/go.mongodb.org/mongo-driver/testdata/max-staleness/ReplicaSetNoPrimary/NoKnownServers.json

Documentation: go.mongodb.org/mongo-driver/testdata/max-staleness/ReplicaSetNoPrimary

     1{
     2  "topology_description": {
     3    "type": "ReplicaSetNoPrimary",
     4    "servers": [
     5      {
     6        "address": "a:27017",
     7        "type": "Unknown"
     8      },
     9      {
    10        "address": "b:27017",
    11        "type": "Unknown"
    12      }
    13    ]
    14  },
    15  "read_preference": {
    16    "mode": "Nearest",
    17    "maxStalenessSeconds": 90
    18  },
    19  "suitable_servers": [],
    20  "in_latency_window": []
    21}

View as plain text