cadonna commented on code in PR #14214:
URL: https://github.com/apache/kafka/pull/14214#discussion_r1294742218


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/TasksRegistry.java:
##########
@@ -53,9 +53,11 @@ public interface TasksRegistry {
 
     void addPendingTaskToCloseClean(final TaskId taskId);
 
-    Set<Task> drainPendingTaskToInit();
+    Set<Task> drainPendingTasksToInit();
 
-    void addPendingTaskToInit(final Collection<Task> tasks);
+    void addPendingTasksToInit(final Collection<Task> tasks);
+
+    boolean hasPendingTasksToInit();

Review Comment:
   Actual addition



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to