viktorsomogyi commented on code in PR #17620:
URL: https://github.com/apache/kafka/pull/17620#discussion_r1820284599


##########
clients/src/main/java/org/apache/kafka/clients/producer/RoundRobinPartitioner.java:
##########
@@ -68,6 +75,13 @@ private int nextValue(String topic) {
         return counter.getAndIncrement();
     }
 
+    @SuppressWarnings("deprecation")

Review Comment:
   @mimaison do you think we should un-deprecate the method in the 
`Partitioner` interface? It was deprecated because only `DefaultPartitioner` 
used it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to