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


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamAggregate.java:
##########
@@ -94,7 +94,7 @@ public void init(final ProcessorContext<KIn, Change<VAgg>> 
context) {
             tupleForwarder = new TimestampedTupleForwarder<>(
                 store.store(),
                 context,
-                new TimestampedCacheFlushListener<>(context),
+                new TimestampedCacheFlushListenerWithHeaders<>(context),

Review Comment:
   Is `TimestampedCacheFlushListener` still used after this update? I would 
believe not, and that `TimestampedCacheFlushListenerWithHeaders` just replaces 
it.



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

Reply via email to