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

chia7712 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 b73b1aec0e5 MINOR: Removed unused struct in 
StreamsGroupDescribeResponse.json (#20864)
b73b1aec0e5 is described below

commit b73b1aec0e556ba713d4160bae9215af9ee39408
Author: Lucas Brutschy <[email protected]>
AuthorDate: Wed Nov 12 14:44:48 2025 +0100

    MINOR: Removed unused struct in StreamsGroupDescribeResponse.json (#20864)
    
    StreamsGroupDescribeResponse declares a struct that is not used. This
    can be removed.
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 .../resources/common/message/StreamsGroupDescribeResponse.json    | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/clients/src/main/resources/common/message/StreamsGroupDescribeResponse.json 
b/clients/src/main/resources/common/message/StreamsGroupDescribeResponse.json
index 520a1ec4aee..b99f9c00b08 100644
--- 
a/clients/src/main/resources/common/message/StreamsGroupDescribeResponse.json
+++ 
b/clients/src/main/resources/common/message/StreamsGroupDescribeResponse.json
@@ -125,14 +125,6 @@
       { "name": "Offset", "type": "int64", "versions": "0+",
         "about": "The offset." }
     ]},
-    { "name": "TopicPartitions", "versions": "0+", "fields": [
-      { "name": "TopicId", "type": "uuid", "versions": "0+",
-        "about": "The topic ID." },
-      { "name": "TopicName", "type": "string", "versions": "0+", "entityType": 
"topicName",
-        "about": "The topic name." },
-      { "name": "Partitions", "type": "[]int32", "versions": "0+",
-        "about": "The partitions." }
-    ]},
     { "name": "Assignment", "versions": "0+", "fields": [
       { "name": "ActiveTasks", "type": "[]TaskIds", "versions": "0+",
         "about": "Active tasks for this client." },

Reply via email to