mjsax commented on code in PR #21599:
URL: https://github.com/apache/kafka/pull/21599#discussion_r2887517875
##########
streams/src/main/java/org/apache/kafka/streams/state/DslWindowParams.java:
##########
@@ -34,8 +35,10 @@ public class DslWindowParams {
private final EmitStrategy emitStrategy;
private final boolean isSlidingWindow;
private final boolean isTimestamped;
Review Comment:
I would remove `isTimestamped` -- it's not needed any longer.
--
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]