We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1738ee commit 5f76113Copy full SHA for 5f76113
1 file changed
google/bigtable/admin/v2/instance.proto
@@ -200,7 +200,11 @@ message AppProfile {
200
// transient errors or delays. Clusters in a region are considered
201
// equidistant. Choosing this option sacrifices read-your-writes consistency
202
// to improve availability.
203
- message MultiClusterRoutingUseAny {}
+ 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
+ }
208
209
// Unconditionally routes all read/write requests to a specific cluster.
210
// This option preserves read-your-writes consistency but does not improve
0 commit comments