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, such as 2.36.0, 2.35.0, and so on, also available down to version 2.11.0."],["`IncludeReplicas` is a feature containing a list of `ReplicaSelection` options used for routing service requests."],["The `IncludeReplicas` constructor allows you to set `replica_selections` and `auto_failover_disabled`."],["The `replica_selections()` function returns a constant reference to a vector of `ReplicaSelection` objects."],["`auto_failover_disabled()` function, when set, stops requests from routing to healthy replicas outside of the list when all listed replicas are unavailable."]]],[]]