FaxianZhao commented on a change in pull request #8429: [FLINK-12499][JDBC] 
JDBCAppendTableSink support retry
URL: https://github.com/apache/flink/pull/8429#discussion_r285448342
 
 

 ##########
 File path: 
flink-connectors/flink-jdbc/src/main/java/org/apache/flink/api/java/io/jdbc/JDBCOutputFormat.java
 ##########
 @@ -41,6 +46,8 @@
 public class JDBCOutputFormat extends RichOutputFormat<Row> {
        private static final long serialVersionUID = 1L;
        static final int DEFAULT_BATCH_INTERVAL = 5000;
+       static final int DEFAULT_RETIES = 0;
 
 Review comment:
   Because of there are many JDBC implements, and the retry mechanism will 
affect all of flink jdbc task. I'd like to keep it safe.

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


With regards,
Apache Git Services

Reply via email to