ableegoldman commented on code in PR #13682:
URL: https://github.com/apache/kafka/pull/13682#discussion_r1189116797


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/VersionedKeyValueToBytesStoreAdapter.java:
##########
@@ -115,7 +115,7 @@ public boolean persistent() {
 
     @Override
     public boolean isOpen() {
-        return inner.persistent();
+        return inner.isOpen();

Review Comment:
   Good point. Here: https://github.com/apache/kafka/pull/13695



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to