rishiraj88 commented on code in PR #15871:
URL: https://github.com/apache/kafka/pull/15871#discussion_r1593553420


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java:
##########
@@ -623,6 +623,21 @@ private void addToTasksToClose(final Map<TaskId, 
CompletableFuture<StateUpdater.
         });
     }
 
+    private void iterateAndActOnRemovedTask(final Map<TaskId, 
CompletableFuture<StateUpdater.RemovedTaskResult>> futures,

Review Comment:
   OK then. Let's continue to have it as a method.



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