Description
See KIP-740 – for the TaskId class, we need to remove the following deprecated APIs:
- The public partition and topicGroupId fields should be "removed", ie made private (can also now rename topicGroupId to subtopology to match the getter)
- The two #readFrom and two #writeTo methods can be removed (they have already been converted to internal utility methods we now use instead, so just remove them)
Attachments
Issue Links
- is duplicated by
-
KAFKA-16330 Remove Deprecated methods/variables from TaskId
- Resolved
- links to