janchilling commented on code in PR #18752: URL: https://github.com/apache/kafka/pull/18752#discussion_r1976668889
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateUpdateTask.java: ########## @@ -96,6 +96,7 @@ public Map<TopicPartition, Long> initialize() { } initTopology(); processorContext.initialize(); + this.flushState(); Review Comment: Updated as per the request from the latest commit. -- 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