Yunyung commented on code in PR #19595:
URL: https://github.com/apache/kafka/pull/19595#discussion_r2067714092
##########
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:
Also typo.
```suggestion
private static final String PARTITIONER_ADAPTIVE_PARTITIONING_ENABLE_DOC
=
```
--
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]