vamossagar12 commented on code in PR #11433: URL: https://github.com/apache/kafka/pull/11433#discussion_r1152707427
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ########## @@ -298,6 +299,42 @@ private void closeDirtyAndRevive(final Collection<Task> taskWithChangelogs, fina } } + private void commitActiveTasks(final Set<Task> activeTasksNeedCommit, final AtomicReference<RuntimeException> activeTasksCommitException) { Review Comment: Done. I see `commitTasksAndMaybeUpdateCommittableOffsets` already has the `task.commitNeeded()` check amongst other things so it makes all the more sense. Thanks for pointing this out. -- 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