jonfrench commented on code in PR #30995:
URL: https://github.com/apache/beam/pull/30995#discussion_r1575177947
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.java:
##########
@@ -2259,6 +2264,26 @@ public ReadChangeStream
withCreateOrUpdateMetadataTable(boolean shouldCreate) {
return toBuilder().setCreateOrUpdateMetadataTable(shouldCreate).build();
}
+ /**
+ * Returns a new {@link BigtableIO.ReadChangeStream} that removes the
replication delay
Review Comment:
Suggestion:
"Returns a new {@link BigtableIO.ReadChangeStream} that overrides the
replication delay adjustment duration with the provided duration."
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]