[ 
https://issues.apache.org/jira/browse/KAFKA-17476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chia-Ping Tsai resolved KAFKA-17476.
------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

> Delete kafka.common.OffsetAndMetadata
> -------------------------------------
>
>                 Key: KAFKA-17476
>                 URL: https://issues.apache.org/jira/browse/KAFKA-17476
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Mickael Maison
>            Assignee: Mickael Maison
>            Priority: Major
>             Fix For: 4.0.0
>
>
> We now have 2 OffsetAndMetadata classes that are almost identical:
> - kafka.common.OffsetAndMetadata
> - org.apache.kafka.coordinator.group.OffsetAndMetadata
> (There's a 3rd class, org.apache.kafka.clients.consumer.OffsetAndMetadata, 
> but it serves a different purpose)
> We should get rid of the Scala class (kafka.common.OffsetAndMetadata) and use 
> org.apache.kafka.coordinator.group.OffsetAndMetadata everywhere. This would 
> also help migrate a bunch of classes (Partition, ReplicaManager) out of the 
> core module.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to