You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/22 19:07:25 UTC

[GitHub] [kafka] ableegoldman commented on a change in pull request #11791: KAFKA-13676: Commit tasks on error if ALOS

ableegoldman commented on a change in pull request #11791:
URL: https://github.com/apache/kafka/pull/11791#discussion_r812270892



##########
File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskExecutor.java
##########
@@ -80,6 +89,9 @@ private long processTask(final Task task, final int maxNumRecords, final Time ti
                 task.clearTaskTimeout();
                 processed++;
             }
+            if (processingMode == AT_LEAST_ONCE) {

Review comment:
       Can be `AT_LEAST_ONCE` or `EXACTLY_ONCE_V1`




-- 
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-unsubscribe@kafka.apache.org

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