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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
