You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "mimaison (via GitHub)" <gi...@apache.org> on 2023/02/13 11:25:35 UTC

[GitHub] [kafka] mimaison commented on a diff in pull request #13239: MINOR: Various cleanups in clients javadoc

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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org