chia7712 commented on a change in pull request #8679: URL: https://github.com/apache/kafka/pull/8679#discussion_r428499696
########## File path: streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java ########## @@ -835,9 +836,9 @@ * @param topic the topic name * @param produced the options to use when producing to the topic * @return a {@code KStream} that contains the exact same (and potentially repartitioned) records as this {@code KStream} - * @see #repartition() - * @see #repartition(Repartitioned) + * @deprecated since 2.6; use #repartition(Repartitioned) instead Review comment: Could we use ```{@link #repartition(Repartitioned)}``` ? ---------------------------------------------------------------- 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