When auto_failover_disabled is set, requests will NOT be routed to a healthy replica outside the list when all replicas in the list are unavailable/unhealthy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["The latest version available is 2.37.0-rc, with numerous other versions, down to 2.11.0, also available for access."],["`IncludeReplicas` holds an ordered list of `ReplicaSelection`s for request routing."],["Setting `auto_failover_disabled` will prevent requests from being redirected to a healthy replica if all listed replicas are unavailable."],["The `IncludeReplicas` constructor takes an initializer list of `ReplicaSelection` objects and a boolean for the `auto_failover_disabled` setting."],["`replica_selections()` returns a constant vector of `ReplicaSelection` and `auto_failover_disabled()` returns a boolean value."]]],[]]