Description
As part of KIP-429, we are deprecating the old consumer.internal.PartitionAssignor in favor of a new consumer.PartitionAssignor 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.
Attachments
Issue Links
- links to