You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "A. Sophie Blee-Goldman (Jira)" <ji...@apache.org> on 2021/04/09 02:51:00 UTC

[jira] [Created] (KAFKA-12637) Remove deprecated PartitionAssignor interface

A. Sophie Blee-Goldman created KAFKA-12637:
----------------------------------------------

             Summary: Remove deprecated PartitionAssignor interface
                 Key: KAFKA-12637
                 URL: https://issues.apache.org/jira/browse/KAFKA-12637
             Project: Kafka
          Issue Type: Improvement
          Components: consumer
            Reporter: A. Sophie Blee-Goldman
             Fix For: 3.0.0


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 adaptor in 3.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)