We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119966f commit f6505feCopy full SHA for f6505fe
1 file changed
google/bigtable/v2/feature_flags.proto
@@ -50,4 +50,12 @@ message FeatureFlags {
50
// Notify the server that the client supports the last_scanned_row field
51
// in ReadRowsResponse for long-running scans.
52
bool last_scanned_row_responses = 4;
53
+
54
+ // Notify the server that the client supports using encoded routing cookie
55
+ // strings to retry requests with.
56
+ bool routing_cookie = 6;
57
58
+ // Notify the server that the client supports using retry info back off
59
+ // durations to retry requests with.
60
+ bool retry_info = 7;
61
}
0 commit comments