Sophie Blee-Goldman created KAFKA-8704:
------------------------------------------
Summary: 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
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)