vpapavas commented on a change in pull request #11676:
URL: https://github.com/apache/kafka/pull/11676#discussion_r789494220
##########
File path:
streams/src/main/java/org/apache/kafka/streams/state/internals/InMemorySessionStore.java
##########
@@ -72,7 +74,9 @@
private volatile boolean open = false;
private StateStoreContext stateStoreContext;
- private final Position position;
+ private Position position;
Review comment:
Same comment about `final`here
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]