Description
In 2.4 we deprecated the consumer.internal.PartitionAssignor interface and migrated all assignors to the [new public consumer.ConsumerPartitionAssignor interface|https://github.com/apache/kafka/pull/7108]. Although internal, we provided an [adapter |https://github.com/apache/kafka/pull/7110]for those who may have implemented a custom PartitionAssignor to avoid breaking changes. These should be removed in the next major release.
Attachments
Issue Links
- duplicates
-
KAFKA-12637 Remove deprecated PartitionAssignor interface
- Resolved