guozhangwang commented on a change in pull request #8988: URL: https://github.com/apache/kafka/pull/8988#discussion_r506651391
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ########## @@ -93,16 +95,14 @@ private final Set<TaskId> lockedTaskDirectories = new HashSet<>(); private java.util.function.Consumer<Set<TopicPartition>> resetter; - TaskManager(final ChangelogReader changelogReader, - final UUID processId, + TaskManager(final UUID processId, Review comment: See my other comment :) ---------------------------------------------------------------- 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