You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supply the weighted list of endpoints using the `MultiDbConfig` builder.
97
+
Supply the weighted list of endpoints using the `MultiDbConfig` builder
98
+
(see [Selecting a failover target]({{< relref "/develop/clients/failover#selecting-a-failover-target" >}}) for a full description of how
99
+
the weighted list is used).
98
100
Use the `weight` option to order the endpoints, with the highest
99
101
weight being tried first.
100
102
@@ -147,7 +149,8 @@ but will also handle the connection management and failover transparently.
147
149
### Circuit breaker configuration
148
150
149
151
The `MultiDbConfig.CircuitBreakerConfig` builder lets you pass several options to configure
150
-
the circuit breaker:
152
+
the circuit breaker (see [Detecting connection problems]({{< relref "/develop/clients/failover#detecting-connection-problems" >}}) for more information on how the
0 commit comments