[
https://issues.apache.org/jira/browse/KAFKA-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18031093#comment-18031093
]
Andrew Schofield commented on KAFKA-18836:
------------------------------------------
[https://github.com/apache/kafka/pull/20728] is the PR for the deprecation part
of this issue which is in Apache Kafka 4.2. To complete the issue, the class
needs to be converted to an interface.
> Make ConsumerGroupMetadata an interface
> ---------------------------------------
>
> Key: KAFKA-18836
> URL: https://issues.apache.org/jira/browse/KAFKA-18836
> Project: Kafka
> Issue Type: Improvement
> Components: clients, consumer
> Reporter: Matthias J. Sax
> Assignee: Paweł Szymczyk
> Priority: Minor
> Labels: KIP-1136
>
> This ticket is based on feedback from the user mailing list:
> [https://lists.apache.org/thread/bw0ycbmtxlrfd3bsh9kk41xjdq9dhmnz]
> Users should not create instances of `ConsumerGroupMetadata`, and this class
> should not have any public constructor.
> Ideally, it would only be an interface. We should do a KIP an deprecate both
> constructors, and make it an interface in AK 5.0 release.
>
> KIP
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-1136%3A+Make+ConsumerGroupMetadata+an+interface
--
This message was sent by Atlassian Jira
(v8.20.10#820010)