lianetm commented on code in PR #19595: URL: https://github.com/apache/kafka/pull/19595#discussion_r2068961420
########## clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java: ########## @@ -100,7 +100,7 @@ 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"; + public static final String PARTITIONER_ADAPTIVE_PARTITIONING_ENABLE_CONFIG = "partitioner.adaptive.partitioning.enable"; private static final String PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_DOC = Review Comment: I'll leave of the adaptive typo changes out, it probably makes sense to address them together when the public config can be fixed. -- 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