Description
In KIP-429, we deprecated the existing PartitionAssignor interface in order to move it out of the internals package and better align the name with other pluggable Consumer interfaces. We added an adapter to convert from existing o.a.k.clients.consumer.internals.PartitionAssignor to the new o.a.k.clients.consumer.ConsumerPartitionAssignor and support the deprecated interface. This was deprecated in 2.4, so we should be ok to remove it and the PartitionAssignorAdaptor in 3.0
Attachments
Issue Links
- is duplicated by
-
KAFKA-8734 Remove PartitionAssignorAdapter and deprecated PartitionAssignor interface
- Resolved
- links to