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-08-22 UTC."],[[["\u003cp\u003eThe latest version available is 2.37.0-rc, with numerous other versions dating back to 2.11.0 also accessible for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIncludeReplicas\u003c/code\u003e class, as seen in the content, manages an ordered list of \u003ccode\u003eReplicaSelection\u003c/code\u003e objects for serving requests.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor for \u003ccode\u003eIncludeReplicas\u003c/code\u003e accepts an initializer list of \u003ccode\u003eReplicaSelection\u003c/code\u003e objects and a boolean \u003ccode\u003eauto_failover_disabled\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIncludeReplicas\u003c/code\u003e includes functions such as \u003ccode\u003ereplica_selections()\u003c/code\u003e which returns a constant vector of \u003ccode\u003eReplicaSelection\u003c/code\u003e and \u003ccode\u003eauto_failover_disabled()\u003c/code\u003e that returns a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eWhen \u003ccode\u003eauto_failover_disabled\u003c/code\u003e is set within \u003ccode\u003eIncludeReplicas\u003c/code\u003e, requests won't be redirected to a different healthy replica if all replicas within the list are unavailable or unhealthy.\u003c/p\u003e\n"]]],[],null,[]]