ivanyu commented on code in PR #19850:
URL: https://github.com/apache/kafka/pull/19850#discussion_r3330071551


##########
clients/src/main/java/org/apache/kafka/clients/producer/internals/BuiltInPartitioner.java:
##########
@@ -51,13 +54,15 @@ public class BuiltInPartitioner {
      * @param topic The topic
      * @param stickyBatchSize How much to produce to partition before switch
      */
-    public BuiltInPartitioner(LogContext logContext, String topic, int 
stickyBatchSize) {
+    public BuiltInPartitioner(LogContext logContext, String topic, int 
stickyBatchSize, boolean rackAware, String rack) {

Review Comment:
   @junrao sure, please have a look: https://github.com/apache/kafka/pull/22432



-- 
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