showuon commented on a change in pull request #10722:
URL: https://github.com/apache/kafka/pull/10722#discussion_r637474843



##########
File path: streams/src/main/java/org/apache/kafka/streams/kstream/Produced.java
##########
@@ -26,7 +26,11 @@
 
 /**
  * This class is used to provide the optional parameters when producing to new 
topics
- * using {@link KStream#through(String, Produced)} or {@link 
KStream#to(String, Produced)}.
+ * using {@link KStream#to(String, Produced)}.
+ *
+ * <p>
+ * Note: {@link KStream#through(String, Produced)} is deprecated, please use 
{@link KStream#repartition(Repartitioned)} instead

Review comment:
       Updated. Thanks.




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