mjsax commented on a change in pull request #8752: URL: https://github.com/apache/kafka/pull/8752#discussion_r438420782
########## File path: streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java ########## @@ -3914,7 +3928,7 @@ void to(final TopicNameExtractor<K, V> topicExtractor, * Even if any upstream operation was key-changing, no auto-repartition is triggered. * If repartitioning is required, a call to {@link #repartition()} should be performed before {@code process()}. * - * @param processorSupplier a instance of {@link ProcessorSupplier} that generates a {@link Processor} + * @param processorSupplier a instance of {@link ProcessorSupplier} that generates a newly constructed {@link Processor} Review comment: Add the paragraph also here ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org