zooo-code commented on code in PR #21429:
URL: https://github.com/apache/kafka/pull/21429#discussion_r2819735884
##########
clients/src/main/java/org/apache/kafka/clients/consumer/GroupProtocol.java:
##########
@@ -18,6 +18,17 @@
import java.util.Locale;
+/**
+ * Enum representing the consumer group protocol type.
+ * <p>
+ * Kafka supports two types of consumer group protocols:
+ * </p>
+ * <ul>
+ * <li>{@link #CLASSIC} - The original consumer group protocol</li>
+ * <li>{@link #CONSUMER} - The consumer group protocol introduced in Kafka
4.0 (KIP-848)</li>
Review Comment:
Updated to reference KIP-848 instead of specific versions.
--
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]