Skip to content

Commit 5f76113

Browse files
Google APIscopybara-github
authored andcommitted
feat: Publish new fields to support cluster group routing for Cloud Bigtable
Committer: @garye PiperOrigin-RevId: 391576441
1 parent e1738ee commit 5f76113

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

google/bigtable/admin/v2/instance.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,11 @@ message AppProfile {
200200
// transient errors or delays. Clusters in a region are considered
201201
// equidistant. Choosing this option sacrifices read-your-writes consistency
202202
// to improve availability.
203-
message MultiClusterRoutingUseAny {}
203+
message MultiClusterRoutingUseAny {
204+
// The set of clusters to route to. The order is ignored; clusters will be
205+
// tried in order of distance. If left empty, all clusters are eligible.
206+
repeated string cluster_ids = 1;
207+
}
204208

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

0 commit comments

Comments
 (0)