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 prior versions of the `IncludeReplicas` class, going back as far as version 2.11.0."],["`IncludeReplicas` contains an ordered list of `ReplicaSelection`s that are considered when requests are being served."],["The class includes a constructor `IncludeReplicas(std::initializer_list\u003c ReplicaSelection \u003e, bool)`, which takes a list of `ReplicaSelection` and a boolean value for `auto_failover_disabled`."],["The functions `replica_selections() const` and `auto_failover_disabled() const` allow retrieval of replica selection information and failover status, respectively."],["When `auto_failover_disabled` is set to true, requests will not be routed to a healthy replica outside the defined list if the ones within are unavailable."]]],[]]