mingyen066 commented on code in PR #20317: URL: https://github.com/apache/kafka/pull/20317#discussion_r2260493587
########## clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java: ########## @@ -101,8 +101,10 @@ public class ProducerConfig extends AbstractConfig { + "similar or lower producer latency despite the increased linger."; /** <code>partitioner.adaptive.partitioning.enable</code> */ - public static final String PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG = "partitioner.adaptive.partitioning.enable"; - private static final String PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_DOC = + public static final String PARTITIONER_ADAPTIVE_PARTITIONING_ENABLE_CONFIG = "partitioner.adaptive.partitioning.enable"; Review Comment: I forgot to update `upgrade.html`. #20322 will fix that. -- 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