Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit cc306bc

Browse files
committed
address review comments
1 parent 1ca692c commit cc306bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,8 @@ private Builder() {
637637
// only if Traffic Director sends the request (with grpc as target type)
638638
// For GFE/CFE, sending setDirectAccessRequested
639639
// is fine as GFE/CFE sends with gslb target type
640+
// TODO: flip the bit setDirectAccessRequested and setTrafficDirectorEnabled once we make
641+
// client compatible by default.
640642
featureFlags =
641643
FeatureFlags.newBuilder()
642644
.setReverseScans(true)

0 commit comments

Comments
 (0)