You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2023/01/16 19:42:16 UTC

[GitHub] [beam] pas725 commented on a diff in pull request #24851: BEAM-13261 added max connections setting

pas725 commented on code in PR #24851:
URL: https://github.com/apache/beam/pull/24851#discussion_r1071541034


##########
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:
   Thanks @aromanenko-dev  for the review, Added specified changes.



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org