C0urante commented on code in PR #13881:
URL: https://github.com/apache/kafka/pull/13881#discussion_r1236988175
##########
clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java:
##########
@@ -94,8 +94,8 @@ public class ProducerConfig extends AbstractConfig {
+ "batch size is under this
<code>batch.size</code> setting.";
/** <code>partitioner.adaptive.partitioning.enable</code> */
- public static final String PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG
= "partitioner.adaptive.partitioning.enable";
Review Comment:
If we want to remove (rename) this field in a future version, we can
deprecate it now and introduce a new field with the correct spelling.
That might fall into KIP territory, though. @divijvaidya thoughts?
--
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]