patrickstuedi commented on a change in pull request #11676:
URL: https://github.com/apache/kafka/pull/11676#discussion_r790728519



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBWindowStore.java
##########
@@ -52,10 +52,12 @@
     @Override
     public void init(final StateStoreContext context, final StateStore root) {
         super.init(context, root);
+        this.position = super.getPosition();

Review comment:
       Same, should we checkpoint stores that implement WrappedStateStore?




-- 
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]


Reply via email to