aromanenko-dev commented on code in PR #24851:
URL: https://github.com/apache/beam/pull/24851#discussion_r1071378768
##########
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java:
##########
@@ -557,6 +562,18 @@ public DataSourceConfiguration withConnectionInitSqls(
return builder().setConnectionInitSqls(connectionInitSqls).build();
}
+ /** Sets the maximum total number of connections. */
Review Comment:
Please, add a comment that negative value is used for no limit.
--
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]