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


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableProcessValues.java:
##########
@@ -90,80 +88,69 @@ public boolean enableSendingOldValues(final boolean 
forceMaterialization) {
         return sendOldValues;
     }
 
-    private class KTableTransformValuesProcessor extends 
ContextualProcessor<K, Change<V>, K, Change<VOut>> {
-        private final ValueTransformerWithKey<? super K, ? super V, ? extends 
VOut> valueTransformer;
-        private KeyValueStoreWrapper<K, VOut> store;
-        private TimestampedTupleForwarder<K, VOut> tupleForwarder;

Review Comment:
   Yeah, that sounds off. Do you have an alternative design in mind?



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