Skip to content

Commit

Permalink
feat(bigtable): support bigtable routing cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc committed Jan 25, 2024
1 parent 0426856 commit 9d54f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/bigtable/internal/bigtable_stub_factory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ std::string FeaturesMetadata() {
proto.set_last_scanned_row_responses(true);
proto.set_mutate_rows_rate_limit(true);
proto.set_mutate_rows_rate_limit2(true);
proto.set_routing_cookie(true);
return internal::UrlsafeBase64Encode(proto.SerializeAsString());
}());
return *kFeatures;
Expand Down

0 comments on commit 9d54f32

Please sign in to comment.