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


##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/StreamTableJoinWithGraceIntegrationTest.java:
##########
@@ -96,7 +98,7 @@ public void testLeftWithVersionedStore(final boolean 
cacheEnabled) {
         final KStream<Long, String> leftStream = 
builder.stream(INPUT_TOPIC_LEFT);
         final KTable<Long, String> rightTable = 
builder.table(INPUT_TOPIC_RIGHT, Materialized.as(
                 Stores.persistentVersionedKeyValueStore(STORE_NAME, 
Duration.ofMinutes(5))));
-        final Properties streamsConfig = setupConfigsAndUtils(cacheEnabled);
+        final Properties streamsConfig = setupConfigsAndUtils(cacheEnabled, 
true);

Review Comment:
   For `leftJoin` we stick with using `StreamsConfig` serde to test both setups.



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