pszymczyk commented on code in PR #20728:
URL: https://github.com/apache/kafka/pull/20728#discussion_r2445348769
##########
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerGroupMetadata.java:
##########
@@ -31,6 +31,10 @@ public class ConsumerGroupMetadata {
private final String memberId;
private final Optional<String> groupInstanceId;
+ /**
+ * @deprecated Since 4.2, please use {@link KafkaConsumer#groupMetadata()}
instead. This class will be an interface in Kafka 5.0.
+ */
+ @Deprecated(since = "4.2", forRemoval = true)
Review Comment:
I think most of them are solved by https://github.com/apache/kafka/pull/20731
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]