pgwhalen commented on a change in pull request #6824:
URL: https://github.com/apache/kafka/pull/6824#discussion_r428422376



##########
File path: streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java
##########
@@ -953,7 +977,7 @@ void to(final TopicNameExtractor<K, V> topicExtractor,
      * flatTransform()}.
      *
      * @param transformerSupplier an instance of {@link TransformerSupplier} 
that generates a {@link Transformer}
-     * @param stateStoreNames     the names of the state stores used by the 
processor
+     * @param stateStoreNames     the names of the state stores used by the 
transformer, passed only if {@link ConnectedStoreProvider#stores()} is null

Review comment:
       Good catch, I will change this with the revised `KStream` javadocs 
coming soon.  It was a relic of my original proposal; the code was written 
before we decided to change it and I missed removing this.




----------------------------------------------------------------
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


Reply via email to