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 version available is 2.37.0-rc, with various older versions listed down to 2.11.0."],["`IncludeReplicas` holds an ordered sequence of `ReplicaSelection`s for request serving considerations."],["Setting `auto_failover_disabled` prevents routing requests to healthy replicas outside the defined list when listed replicas are unavailable."],["The constructor for `IncludeReplicas` accepts a list of `ReplicaSelection` and a boolean to toggle auto failover."],["`replica_selections()` function returns a constant vector of the `ReplicaSelection` type and `auto_failover_disabled()` function will return a bool."]]],[]]