nicktelford commented on code in PR #16922: URL: https://github.com/apache/kafka/pull/16922#discussion_r1818817222
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java: ########## @@ -182,6 +196,105 @@ private boolean lockStateDirectory() { return stateDirLock != null; } + public void initializeTasksForLocalState(final TopologyMetadata topologyMetadata, Review Comment: We've landed on "startup tasks" elsewhere in this thread. I'll update this method to use that term, as I believe it's the last related method that doesn't include it. -- 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