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-07-26 UTC."],[[["The latest release candidate version is 2.37.0-rc, and the content details various versions of the Spanner C++ library, ranging from 2.11.0 to 2.36.0."],["`IncludeReplicas` manages an ordered list of `ReplicaSelection`s, which are taken into account when serving requests."],["The `auto_failover_disabled` setting ensures that requests are not rerouted to healthy replicas outside the defined list if all listed replicas are unavailable."],["`IncludeReplicas` class can be constructed by inputting a `std::initializer_list\u003c ReplicaSelection \u003e` and a boolean."],["`IncludeReplicas` provides the functions `replica_selections()` which return a constant reference to `std::vector\u003c ReplicaSelection \u003e` and `auto_failover_disabled()` which returns a bool."]]],[]]