lucasbru commented on code in PR #18721:
URL: https://github.com/apache/kafka/pull/18721#discussion_r1934566623


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamKTableJoinProcessor.java:
##########
@@ -42,24 +42,24 @@
 import static 
org.apache.kafka.streams.processor.internals.metrics.TaskMetrics.droppedRecordsSensor;
 import static org.apache.kafka.streams.state.ValueAndTimestamp.getValueOrNull;
 
-class KStreamKTableJoinProcessor<K1, K2, V1, V2, VOut> extends 
ContextualProcessor<K1, V1, K1, VOut> {
+class KStreamKTableJoinProcessor<KStream, VStream, KTable, VTable, VOut> 
extends ContextualProcessor<KStream, VStream, KStream, VOut> {

Review Comment:
   `KLeft` and `KRight`?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to