lvyanquan commented on code in PR #25331:
URL: https://github.com/apache/flink/pull/25331#discussion_r1778810353


##########
flink-connectors/flink-connector-base/src/main/java/org/apache/flink/connector/base/sink/writer/AsyncSinkWriter.java:
##########
@@ -258,17 +198,7 @@ protected void submitRequestEntries(
      *     method should be called.
      */
     protected void submitRequestEntries(
-            List<RequestEntryT> requestEntries, ResultHandler<RequestEntryT> 
resultHandler) {
-        submitRequestEntries(
-                requestEntries,
-                requestsToRetry -> {
-                    if (requestsToRetry.isEmpty()) {
-                        resultHandler.complete();
-                    } else {
-                        resultHandler.retryForEntries(requestsToRetry);
-                    }
-                });
-    }
+            List<RequestEntryT> requestEntries, ResultHandler<RequestEntryT> 
resultHandler) {}

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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to