Kirk True created KAFKA-16255:
---------------------------------
Summary: 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
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 in appropriate and should be
removed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)