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 dating back to 2.11.0 also accessible for reference."],["The `IncludeReplicas` class, as seen in the content, manages an ordered list of `ReplicaSelection` objects for serving requests."],["The constructor for `IncludeReplicas` accepts an initializer list of `ReplicaSelection` objects and a boolean `auto_failover_disabled` parameter."],["`IncludeReplicas` includes functions such as `replica_selections()` which returns a constant vector of `ReplicaSelection` and `auto_failover_disabled()` that returns a boolean value."],["When `auto_failover_disabled` is set within `IncludeReplicas`, requests won't be redirected to a different healthy replica if all replicas within the list are unavailable or unhealthy."]]],[]]