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-04-09 UTC."],[[["This page lists the different versions of the `IncludeReplicas` class, with version 2.37.0-rc being the latest release candidate."],["`IncludeReplicas` contains a list of `ReplicaSelection`s that are considered when serving requests."],["The `IncludeReplicas` class has a constructor that takes a list of `ReplicaSelection` objects and a boolean `auto_failover_disabled` flag as parameters."],["The class includes functions `replica_selections()` and `auto_failover_disabled()` to retrieve the selections and the failover status respectively."],["When `auto_failover_disabled` is true, requests are not routed to healthy replicas outside of the specified list if all the listed ones are unavailable or unhealthy."]]],[]]