Skip to content

Commit

Permalink
feat: Publish new fields to support cluster group routing for Cloud B…
Browse files Browse the repository at this point in the history
…igtable

Committer: @garye
PiperOrigin-RevId: 391576441
  • Loading branch information
Google APIs authored and copybara-github committed Aug 18, 2021
1 parent e1738ee commit 5f76113
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion google/bigtable/admin/v2/instance.proto
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,11 @@ message AppProfile {
// transient errors or delays. Clusters in a region are considered
// equidistant. Choosing this option sacrifices read-your-writes consistency
// to improve availability.
message MultiClusterRoutingUseAny {}
message MultiClusterRoutingUseAny {
// The set of clusters to route to. The order is ignored; clusters will be
// tried in order of distance. If left empty, all clusters are eligible.
repeated string cluster_ids = 1;
}

// Unconditionally routes all read/write requests to a specific cluster.
// This option preserves read-your-writes consistency but does not improve
Expand Down

0 comments on commit 5f76113

Please sign in to comment.