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 older versions of the Spanner C++ library also listed."],["The `IncludeReplicas` class manages an ordered collection of `ReplicaSelection` objects for request routing."],["The `IncludeReplicas` class constructor accepts a list of `ReplicaSelection`s and a boolean flag for `auto_failover_disabled`."],["The functions `replica_selections()` and `auto_failover_disabled()` are available to inspect the data within an instance of the `IncludeReplicas` class."],["When `auto_failover_disabled` is enabled, requests are only directed to the replicas within the provided list, even if they are unhealthy, and no automatic failover will occur to other healthy replicas."]]],[]]