dongnuo123 commented on code in PR #15662:
URL: https://github.com/apache/kafka/pull/15662#discussion_r1567506931


##########
group-coordinator/src/main/resources/common/message/ConsumerGroupMemberMetadataValue.json:
##########
@@ -35,6 +35,20 @@
     { "name": "RebalanceTimeoutMs", "type": "int32", "versions": "0+", 
"default": -1,
       "about": "The rebalance timeout" },
     { "name": "ServerAssignor", "versions": "0+", "nullableVersions": "0+", 
"type": "string",
-      "about": "The server assignor to use; or null if not used." }
+      "about": "The server assignor to use; or null if not used." },
+    { "name": "ClassicMemberMetadata", "versions": "0+", "nullableVersions": 
"0+", "type": "ClassicMemberMetadata",
+      "about": "The classic member metadata which includes the supported 
protocols of the consumer if it uses the classic protocol. The metadata is null 
if the consumer uses the consumer protocol.",
+      "fields": [
+        { "name": "SupportedProtocols", "type": "[]ClassicProtocol", 
"versions": "0+", "taggedVersions": "0+", "tag": 0,

Review Comment:
   no I just put it here by mistake. Thanks for the catch!



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to