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 version available is 2.37.0-rc, with version 2.31.0 also documented on this specific page."],["`IncludeReplicas` is a class that manages an ordered list of `ReplicaSelection`s for serving requests."],["The constructor `IncludeReplicas` takes a list of `ReplicaSelection` and a boolean `auto_failover_disabled` as parameters."],["The function `replica_selections()` returns a constant vector of `ReplicaSelection`."],["The function `auto_failover_disabled()` is a boolean that indicates whether requests should be routed outside the provided list if all the listed replicas are unhealthy."]]],[]]