guozhangwang commented on code in PR #12204:
URL: https://github.com/apache/kafka/pull/12204#discussion_r909085084
##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/SessionWindowedKStreamImpl.java:
##########
@@ -286,7 +286,8 @@ private <VR> StoreBuilder<SessionStore<K, VR>>
materialize(final MaterializedInt
builder.withLoggingDisabled();
}
- if (materialized.cachingEnabled()) {
+ // do not enable cache if the emit final strategy is used
Review Comment:
cc @lihaosky this is what I did for session store during the topology
building phase.
--
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]