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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-01 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."]]],[]]