Skip to content

Commit

Permalink
feat: enable feature flag when setting is enabled (#2043)
Browse files Browse the repository at this point in the history
* feat: enable feature flag when setting is enabled

* update
  • Loading branch information
mutianf committed Jan 3, 2024
1 parent 46e1e03 commit e0d90db
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -1050,6 +1050,9 @@ public EnhancedBigtableStubSettings build() {
featureFlags.setMutateRowsRateLimit2(true);
}

featureFlags.setRoutingCookie(this.getEnableRoutingCookie());
featureFlags.setRetryInfo(this.getEnableRetryInfo());

// Serialize the web64 encode the bigtable feature flags
ByteArrayOutputStream boas = new ByteArrayOutputStream();
try {
Expand Down

0 comments on commit e0d90db

Please sign in to comment.