guozhangwang commented on a change in pull request #10613:
URL: https://github.com/apache/kafka/pull/10613#discussion_r626250519
##########
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamImplJoin.java
##########
@@ -155,7 +156,7 @@ public long get() {
final String outerJoinStoreName = userProvidedBaseStoreName ==
null ? outerJoinStoreGeneratedName : userProvidedBaseStoreName +
outerJoinSuffix;
- outerJoinWindowStore =
Optional.of(sharedOuterJoinWindowStoreBuilder(outerJoinStoreName, windows,
streamJoinedInternal));
+ outerJoinWindowStore =
Optional.of(sharedOuterJoinWindowStoreBuilder(outerJoinStoreName, windows,
streamJoinedInternal, persistent));
Review comment:
Maybe keeping it simple to always go with left is fine for now, I was
just wondering if you have a specific reason for that :)
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]