Skip to content

Commit e0d90db

Browse files
authored
feat: enable feature flag when setting is enabled (#2043)
* feat: enable feature flag when setting is enabled * update
1 parent 46e1e03 commit e0d90db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettings.java

+3
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,9 @@ public EnhancedBigtableStubSettings build() {
10501050
featureFlags.setMutateRowsRateLimit2(true);
10511051
}
10521052

1053+
featureFlags.setRoutingCookie(this.getEnableRoutingCookie());
1054+
featureFlags.setRetryInfo(this.getEnableRetryInfo());
1055+
10531056
// Serialize the web64 encode the bigtable feature flags
10541057
ByteArrayOutputStream boas = new ByteArrayOutputStream();
10551058
try {

0 commit comments

Comments
 (0)