guozhangwang commented on a change in pull request #9247: URL: https://github.com/apache/kafka/pull/9247#discussion_r489156100
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorStateManager.java ########## @@ -662,4 +662,10 @@ public TopicPartition registeredChangelogPartitionFor(final String storeName) { public String changelogFor(final String storeName) { return storeToChangelogTopic.get(storeName); } + + public void deleteCheckPointFile() throws IOException { Review comment: SGTM. We can keep it as is then. ---------------------------------------------------------------- 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