mjsax commented on a change in pull request #8679:
URL: https://github.com/apache/kafka/pull/8679#discussion_r426211457



##########
File path: streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java
##########
@@ -925,9 +920,8 @@ void to(final TopicNameExtractor<K, V> topicExtractor,
      * Convert this stream to a {@link KTable}.
      * <p>
      * If a key changing operator was used before this operation (e.g., {@link 
#selectKey(KeyValueMapper)},
-     * {@link #map(KeyValueMapper)}, {@link #flatMap(KeyValueMapper)}, or
-     * {@link #transform(TransformerSupplier, String...)}), and no data 
redistribution happened afterwards (e.g., via
-     * {@link #through(String)}) an internal repartitioning topic will be 
created in Kafka.
+     * {@link #map(KeyValueMapper)}, {@link #flatMap(KeyValueMapper)} or
+     * {@link #transform(TransformerSupplier, String...)}) an internal 
repartitioning topic will be created in Kafka.

Review comment:
       Just simplifying this one.




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