zhilinli123 commented on code in PR #5388:
URL: https://github.com/apache/seatunnel/pull/5388#discussion_r1319576723
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/src/test/resources/jdbc_mysql_source_and_sink.conf:
##########
@@ -22,13 +22,17 @@ env {
source {
jdbc {
- url = "jdbc:mysql://mysql-e2e:3306/seatunnel?useSSL=false"
+ url = "jdbc:mysql://mysql-e2e:3306/seatunnel"
driver = "com.mysql.cj.jdbc.Driver"
connection_check_timeout_sec = 100
user = "root"
password = "Abc!@#135_seatunnel"
query = "select * from source;"
+ properties {
+ useSSL=false
+ rewriteBatchedStatements=true
Review Comment:
` rewriteBatchedStatements=true` Can you add this configuration to option by
default? If the user does not set it manually, we can also enable this
optimization in the demo
--
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]