Skip to content

Commit f6505fe

Browse files
Google APIscopybara-github
authored andcommitted
feat: Adding feature flags for routing cookie and retry info
PiperOrigin-RevId: 591912877
1 parent 119966f commit f6505fe

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

google/bigtable/v2/feature_flags.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,12 @@ message FeatureFlags {
5050
// Notify the server that the client supports the last_scanned_row field
5151
// in ReadRowsResponse for long-running scans.
5252
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;
5361
}

0 commit comments

Comments
 (0)