guozhangwang commented on code in PR #18155:
URL: https://github.com/apache/kafka/pull/18155#discussion_r1883014657
##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableImpl.java:
##########
@@ -332,7 +332,7 @@ private <VR> KTable<K, VR> doMapValues(final
ValueMapperWithKey<? super K, ? sup
final GraphNode tableNode = new TableProcessorNode<>(
name,
processorParameters,
- storeFactory
+ null
Review Comment:
If we do not need the storeFactory, could we just remove this param?
--
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]