mimaison commented on code in PR #13239: URL: https://github.com/apache/kafka/pull/13239#discussion_r1104339703
########## clients/src/main/java/org/apache/kafka/clients/producer/Partitioner.java: ########## @@ -44,14 +44,15 @@ public interface Partitioner extends Configurable, Closeable { void close(); /** - * Note this method is only implemented in DefatultPartitioner and UniformStickyPartitioner which - * are now deprecated. See KIP-794 for more info. - * + * Note this method is only implemented in DefaultPartitioner and {@link UniformStickyPartitioner} which Review Comment: I did not link `DefaultPartitioner` since it's not part of the public API -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org