You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "ic4y (via GitHub)" <gi...@apache.org> on 2023/03/20 11:04:13 UTC

[GitHub] [incubator-seatunnel] ic4y commented on pull request #4318: [Improve][Connector-v2][JdbcSink]Fix max_retries default value.

ic4y commented on PR #4318:
URL: https://github.com/apache/incubator-seatunnel/pull/4318#issuecomment-1476025057

   If the JDBC sink is IS_EXACTLY_ONCE, max_retries=0 is required, so the default value is 0. 
   https://github.com/apache/incubator-seatunnel/blob/40699b660cfecb5cffb2da0a94dc1bbd29a19579/seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/sink/JdbcExactlyOnceSinkWriter.java#L77-L87
   
   You need to think about this.


-- 
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: commits-unsubscribe@seatunnel.apache.org

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