rodesai commented on code in PR #18155:
URL: https://github.com/apache/kafka/pull/18155#discussion_r1883515617
##########
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:
actually @ableegoldman pointed out below that the other caller of this
constructor (fk-join) has already been transitioned, so I've cleaned this up
--
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]