[
https://issues.apache.org/jira/browse/KAFKA-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lianet Magrans resolved KAFKA-16255.
------------------------------------
Fix Version/s: 3.8.0
(was: 3.9.0)
Resolution: Duplicate
> AsyncKafkaConsumer should not use partition.assignment.strategy
> ---------------------------------------------------------------
>
> Key: KAFKA-16255
> URL: https://issues.apache.org/jira/browse/KAFKA-16255
> Project: Kafka
> Issue Type: Bug
> Components: clients, consumer
> Affects Versions: 3.7.0
> Reporter: Kirk True
> Assignee: Kirk True
> Priority: Minor
> Labels: consumer-threading-refactor, kip-848-client-support
> Fix For: 3.8.0
>
>
> The {{partition.assignment.strategy}} configuration is used to specify a list
> of zero or more {{ConsumerPartitionAssignor}} instances. However, that
> interface is not applicable for the KIP-848-based protocol on top of which
> {{AsyncKafkaConsumer}} is built. Therefore, the use of
> {{ConsumerPartitionAssignor}} is inappropriate and should be removed from
> {{{}AsyncKafkaConsumer{}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)