This is an automated email from the ASF dual-hosted git repository.

jolshan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5f410ceb048 MINOR: Mark ConsumerGroupDescribe API as stable (#15255)
5f410ceb048 is described below

commit 5f410ceb04878ca44d2d007655155b5303a47907
Author: David Jacot <dja...@confluent.io>
AuthorDate: Thu Jan 25 13:25:08 2024 -0800

    MINOR: Mark ConsumerGroupDescribe API as stable (#15255)
    
    This patch marks the ConsumerGroupDescribe API as stable. This is required 
in order to use the admin tools with the new protocol. The patch also removes 
the fields related to the client side assignor as this is not implemented yet.
    
    Reviewers: Justine Olshan <jols...@confluent.io>
---
 .../resources/common/message/ConsumerGroupDescribeRequest.json    | 4 ----
 .../resources/common/message/ConsumerGroupDescribeResponse.json   | 8 +-------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git 
a/clients/src/main/resources/common/message/ConsumerGroupDescribeRequest.json 
b/clients/src/main/resources/common/message/ConsumerGroupDescribeRequest.json
index 1d7842a1206..c1c65ca6847 100644
--- 
a/clients/src/main/resources/common/message/ConsumerGroupDescribeRequest.json
+++ 
b/clients/src/main/resources/common/message/ConsumerGroupDescribeRequest.json
@@ -19,10 +19,6 @@
   "listeners": ["zkBroker", "broker"],
   "name": "ConsumerGroupDescribeRequest",
   "validVersions": "0",
-  // The ConsumerGroupDescribe API is added as part of KIP-848 and is still
-  // under development. Hence, the API is not exposed by default by brokers
-  // unless explicitly enabled.
-  "latestVersionUnstable": true,
   "flexibleVersions": "0+",
   "fields": [
     { "name": "GroupIds", "type": "[]string", "versions": "0+", "entityType": 
"groupId",
diff --git 
a/clients/src/main/resources/common/message/ConsumerGroupDescribeResponse.json 
b/clients/src/main/resources/common/message/ConsumerGroupDescribeResponse.json
index b20c051aeac..3c6ed4e78de 100644
--- 
a/clients/src/main/resources/common/message/ConsumerGroupDescribeResponse.json
+++ 
b/clients/src/main/resources/common/message/ConsumerGroupDescribeResponse.json
@@ -87,13 +87,7 @@
     ]},
     { "name": "Assignment", "versions": "0+", "fields": [
       { "name": "TopicPartitions", "type": "[]TopicPartitions", "versions": 
"0+",
-        "about": "The assigned topic-partitions to the member." },
-      { "name": "Error", "type": "int8", "versions": "0+",
-        "about": "The assigned error." },
-      { "name": "MetadataVersion", "type": "int32", "versions": "0+",
-        "about": "The assignor metadata version." },
-      { "name": "MetadataBytes", "type": "bytes", "versions": "0+",
-        "about": "The assignor metadata bytes." }
+        "about": "The assigned topic-partitions to the member." }
     ]}
   ]
 }

Reply via email to