Abacn commented on code in PR #38470:
URL: https://github.com/apache/beam/pull/38470#discussion_r3228834275
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java:
##########
@@ -1578,6 +1583,11 @@ public StreamAppendClient getStreamAppendClient(
options.as(BigQueryOptions.class).getMaxConnectionPoolConnections())
.build());
+ if (storageWriteApiMaxRequestCallbackWaitTimeSec != null) {
+ StreamWriter.setMaxRequestCallbackWaitTime(
Review Comment:
it's a little bit strange that `setMaxRequestCallbackWaitTime` is a public
static method.
This means users have a workaround that is to set it directly using a
JvmInitializer or other mechanism before this gets released
--
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]