Reference documentation and code samples for the Cloud Bigtable API class Google::Cloud::Bigtable::MultiClusterRoutingUseAny.
A multi-cluster routing policy for all read/write requests that use the
associated app profile.
Read/write requests may be routed to any cluster in the instance, and will
fail over to another cluster in the event of transient errors or delays.
Choosing this option sacrifices read-your-writes consistency to improve
availability.
require"google/cloud/bigtable"bigtable=Google::Cloud::Bigtable.newinstance=bigtable.instance"my-instance"routing_policy=Google::Cloud::Bigtable::AppProfile.multi_cluster_routingapp_profile=instance.create_app_profile("my-app-profile",routing_policy,description:"App profile for user data instance")putsapp_profile.routing_policy
[[["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-12 UTC."],[],[]]