tianz101 commented on code in PR #37718:
URL: https://github.com/apache/beam/pull/37718#discussion_r2928228644


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:
##########
@@ -1912,6 +1937,20 @@ public ReadChangeStream 
withUsingPlainTextChannel(boolean plainText) {
       return 
withUsingPlainTextChannel(ValueProvider.StaticValueProvider.of(plainText));
     }
 
+    /** Configures low latency experiment. */
+    public ReadChangeStream withLowLatency() {

Review Comment:
   Can you add exmples in comment:
   1) how an existing prod dataflow template config/setup for this?
   2) how an new experimental dataflow template config/set for this?
   So that users can quickly configure and run.



-- 
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]

Reply via email to