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-21 UTC."],[[["Version 2.37.0-rc is the latest release, with multiple other versions from 2.36.0 to 2.11.0 also available."],["The `IncludeReplicas` class manages an ordered list of `ReplicaSelection`s for request routing."],["Setting `auto_failover_disabled` will prevent requests from routing to healthy replicas outside the provided list if the ones in the list are unhealthy or unavailable."],["The constructor for `IncludeReplicas` takes an initializer list of `ReplicaSelection` and a boolean value for `auto_failover_disabled`."],["`replica_selections()` and `auto_failover_disabled()` are functions that returns the ordered list of `ReplicaSelection` and a boolean respectively."]]],[]]