mjsax commented on code in PR #20910:
URL: https://github.com/apache/kafka/pull/20910#discussion_r2561202174
##########
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:
Yes, I have some initial ideas. But wanted to collect feedback first, before
I work out more details, to make sure we agree on the problem, and that it's
worth addressing, before I spent (ie, "waste") time on it, in case we don't
want to address 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]