You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/05/22 21:17:01 UTC

[GitHub] [kafka] mjsax commented on a change in pull request #10722: MINOR: update java doc for deprecated methods

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



##########
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:
       I think we don't need 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:
users@infra.apache.org