[
https://issues.apache.org/jira/browse/KAFKA-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang resolved KAFKA-8704.
----------------------------------
Resolution: Fixed
Fix Version/s: 2.4.0
> Add PartitionAssignor adapter for backwards compatibility
> ---------------------------------------------------------
>
> Key: KAFKA-8704
> URL: https://issues.apache.org/jira/browse/KAFKA-8704
> Project: Kafka
> Issue Type: Sub-task
> Components: clients
> Reporter: Sophie Blee-Goldman
> Assignee: Sophie Blee-Goldman
> Priority: Major
> Fix For: 2.4.0
>
>
> As part of KIP-429, we are deprecating the old
> consumer.internal.PartitionAssignor in favor of a [new
> consumer.PartitionAssignor|https://issues.apache.org/jira/browse/KAFKA-8703]
> interface that is part of the public API.
>
> Although the old PartitionAssignor was technically part of the internal
> package, some users may have implemented it and this change will break source
> compatibility for them as they would need to modify their class to implement
> the new interface. The number of users affected may be small, but nonetheless
> we would like to add an adapter to maintain compatibility for these users.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)