mingyen066 commented on code in PR #19595:
URL: https://github.com/apache/kafka/pull/19595#discussion_r2068023739
##########
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##########
@@ -415,7 +415,7 @@ public KafkaProducer(Properties properties, Serializer<K>
keySerializer, Seriali
this.transactionManager = configureTransactionState(config,
logContext);
// There is no need to do work required for adaptive partitioning,
if we use a custom partitioner.
boolean enableAdaptivePartitioning = partitionerPlugin.get() ==
null &&
-
config.getBoolean(ProducerConfig.PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG);
Review Comment:
Someone has previously renamed this config. The earlier conclusion was that
we should submit a trivial KIP to deprecate this config.
https://github.com/apache/kafka/pull/17908
--
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]