collabH commented on a change in pull request #103:
URL: https://github.com/apache/bahir-flink/pull/103#discussion_r553786087



##########
File path: 
flink-connector-kudu/src/main/java/org/apache/flink/connectors/kudu/streaming/KuduSink.java
##########
@@ -97,6 +97,21 @@ public void invoke(IN value) throws Exception {
         }
     }
 
+    /**
+     * new invoke api
+     * @param value input
+     * @param context runtime context
+     * @throws Exception
+     */
+    @Override
+    public void invoke(IN value, Context context) throws Exception {

Review comment:
       done




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


Reply via email to