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."],[[["The latest release candidate version is 2.37.0-rc, and the content details various versions of the `IncludeReplicas` class from 2.11.0 up to 2.36.0."],["`IncludeReplicas` maintains an ordered list of `ReplicaSelection` objects that are taken into account when handling requests."],["The `auto_failover_disabled` setting will prevent requests from being redirected to a healthy replica outside the list if all replicas within the list are unavailable or unhealthy."],["`IncludeReplicas` class allows for the configuration of `replica_selections` and `auto_failover_disabled` through its constructor, using a boolean parameter and an initializer list."],["`replica_selections()` and `auto_failover_disabled()` functions, respectively, provide a constant reference to the list of replica selections, and allow to know if the failover is disabled or not, returning a boolean value."]]],[]]