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


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/SessionCacheFlushListener.java:
##########
@@ -21,9 +21,12 @@
 import org.apache.kafka.streams.processor.api.Record;
 import org.apache.kafka.streams.processor.internals.InternalProcessorContext;
 import org.apache.kafka.streams.processor.internals.ProcessorNode;
+import org.apache.kafka.streams.state.AggregationWithHeaders;
 import org.apache.kafka.streams.state.internals.CacheFlushListener;
 
-class SessionCacheFlushListener<KOut, VOut> implements 
CacheFlushListener<Windowed<KOut>, VOut> {
+class SessionCacheFlushListener<KOut, VOut>

Review Comment:
   Should rename with class to `SessionCacheFlushListenerWithHeader` to align 
to the changes in Alieh's PR?



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