bharadwaj-aditya commented on code in PR #37433:
URL: https://github.com/apache/beam/pull/37433#discussion_r2759060619
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerConfig.java:
##########
@@ -389,4 +394,22 @@ public SpannerConfig
withUsingPlainTextChannel(ValueProvider<Boolean> plainText)
public SpannerConfig withUsingPlainTextChannel(boolean plainText) {
return
withUsingPlainTextChannel(ValueProvider.StaticValueProvider.of(plainText));
}
+
+ /**
+ * @param waitForSessionCreationDuration
+ * @return {@link SpannerConfig}
+ * <p>Sets the wait time for multiplexed session to be available while
creating a database
+ * client. Setting this will block the {@link
com.google.cloud.spanner.DatabaseClient}
+ * creation. By default, We will be setting 5 mins as minimum wait time.
Review Comment:
Link to the variable in these docs, just in case this changes at a later
date, the docs need to be in Sync
--
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]