wcarlson5 commented on a change in pull request #10634: URL: https://github.com/apache/kafka/pull/10634#discussion_r629604506
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ########## @@ -1162,6 +1162,15 @@ private void updateTaskMetadata(final Map<TopicPartition, OffsetAndMetadata> all } } + public void updateTaskEndMetadata(final TopicPartition topicPartition, final Long offset) { + for (final Task task: tasks.activeTasks()) { Review comment: Thanks for pointing that out. I think I can fix a lot of these sort of methods that way -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org