Cloud Bigtable API - Class Google::Cloud::Bigtable::MultiClusterRoutingUseAny (v2.12.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.
Example
require "google/cloud/bigtable"
bigtable = Google::Cloud::Bigtable.new
instance = bigtable.instance "my-instance"
routing_policy = Google::Cloud::Bigtable::AppProfile.multi_cluster_routing
app_profile = instance.create_app_profile(
"my-app-profile",
routing_policy,
description: "App profile for user data instance"
)
puts app_profile.routing_policy
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["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-10-10 UTC."],[],[]]