mjsax commented on a change in pull request #8902: URL: https://github.com/apache/kafka/pull/8902#discussion_r452391941
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/AbstractProcessorContext.java ########## @@ -45,24 +45,23 @@ protected ProcessorNode<?, ?> currentNode; private long currentSystemTimeMs; - final StateManager stateManager; Review comment: I see. Would it not be sufficient to just keep a ("duplicate") reference of `ProcessorStateManager` within `ProcessorContextImpl`? Just to clarify: I am ok with the proposed changes. Just wondering if it's really the best structure. ---------------------------------------------------------------- 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