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


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableProcessValues.java:
##########
@@ -192,8 +181,13 @@ private ValueAndTimestamp<VOut> transformValue(final K 
key, final ValueAndTimest
                 new RecordHeaders()
             ));
 
+            captureContext.forward = false;
+            fixedKeyProcessor.process(InternalFixedKeyRecordFactory.create(
+                new Record<>(key, getValueOrNull(valueAndTimestamp), 
timestamp) // TODO: we might pass in -1L here, which would lead to an exception

Review Comment:
   Not super happy about this... Not sure what to do here.



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