frankvicky commented on code in PR #21599:
URL: https://github.com/apache/kafka/pull/21599#discussion_r2896767685
##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/WindowStoreMaterializer.java:
##########
@@ -56,6 +56,7 @@ public WindowStoreMaterializer(
@Override
public StoreBuilder<?> builder() {
+ final DslStoreFormat storeFormat = dslStoreFormat() == null ?
DslStoreFormat.TIMESTAMPED : DslStoreFormat.HEADERS;
Review Comment:
hmm, make sense. We should put it down to the `BuiltInDslStoreSuppliers`. I
will see how to refactor this.
--
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]