wcarlson5 commented on code in PR #15414: URL: https://github.com/apache/kafka/pull/15414#discussion_r1498391601
########## streams/src/main/java/org/apache/kafka/streams/kstream/internals/graph/TableSourceNode.java: ########## @@ -105,7 +105,8 @@ public void writeToTopology(final InternalTopologyBuilder topologyBuilder) { consumedInternal().valueDeserializer(), topicName, processorParameters.processorName(), - (ProcessorSupplier<K, V, Void, Void>) processorParameters.processorSupplier() + (ProcessorSupplier<K, V, Void, Void>) processorParameters.processorSupplier(), + false Review Comment: Don't reprocess the DLS source Node. We know that is good -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org