mjsax commented on code in PR #13449:
URL: https://github.com/apache/kafka/pull/13449#discussion_r1150050550


##########
streams/src/test/java/org/apache/kafka/streams/integration/VersionedKeyValueStoreIntegrationTest.java:
##########
@@ -361,6 +365,91 @@ public void shouldCreateGlobalTable() throws Exception {
         }
     }
 
+    @Test
+    public void shouldManualUpgradeFromNonVersionedToVersioned() throws 
Exception {
+        // build non-versioned topology and start app
+        StreamsBuilder streamsBuilder = new StreamsBuilder();
+
+        streamsBuilder
+            .addStateStore(
+                Stores.timestampedKeyValueStoreBuilder(

Review Comment:
   The docs (pre PR) might also be affected, but we do support upgrade even 
from plain KV-stores? If yes, we should test it, too, if no, we should be 
explicit in the docs.



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