eskabetxe commented on code in PR #2:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/2#discussion_r1444596937


##########
flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/JdbcSink.java:
##########
@@ -107,5 +108,9 @@ public static <T> SinkFunction<T> exactlyOnceSink(
                 exactlyOnceOptions);
     }
 
+    public static <IN> JdbcSinkBuilder<IN> newSink() {

Review Comment:
   changing it to builder.. all other methods should be deprecated after



-- 
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]

Reply via email to