rreddy-22 commented on code in PR #14321:
URL: https://github.com/apache/kafka/pull/14321#discussion_r1313249102


##########
clients/src/main/resources/common/message/OffsetFetchRequest.json:
##########
@@ -47,8 +54,12 @@
     ]},
     { "name": "Groups", "type": "[]OffsetFetchRequestGroup", "versions": "8+",
       "about": "Each group we would like to fetch offsets for", "fields": [
-      { "name": "groupId", "type": "string", "versions": "8+", "entityType": 
"groupId",
+      { "name": "GroupId", "type": "string", "versions": "8+", "entityType": 
"groupId",
         "about": "The group ID."},
+      { "name": "MemberId", "type": "string", "versions": "9+", "ignorable": 
true,
+        "about": "The member ID assigned by the group coordinator if using the 
consumer protocol." },

Review Comment:
   should we specify new consumer group protocol?



-- 
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