Skip to content

Commit

Permalink
KAFKA-18352: Add back DeleteGroups v0, it incorrectly tagged as depre…
Browse files Browse the repository at this point in the history
…cated (#18324)

The Sarama version listed in the KIP only supports v0.

Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
ijuma committed Dec 27, 2024
1 parent b0fb35c commit f196fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
"type": "request",
"listeners": ["zkBroker", "broker"],
"name": "DeleteGroupsRequest",
// Version 0 was removed in Apache Kafka 4.0, Version 1 is the new baseline.
//
// Version 1 is the same as version 0.
//
// Version 2 is the first flexible version.
"validVersions": "1-2",
"validVersions": "0-2",
"flexibleVersions": "2+",
"fields": [
{ "name": "GroupsNames", "type": "[]string", "versions": "0+", "entityType": "groupId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
"apiKey": 42,
"type": "response",
"name": "DeleteGroupsResponse",
// Version 0 was removed in Apache Kafka 4.0, Version 1 is the new baseline.
//
// Starting in version 1, on quota violation, brokers send out responses before throttling.
//
// Version 2 is the first flexible version.
"validVersions": "1-2",
"validVersions": "0-2",
"flexibleVersions": "2+",
"fields": [
{ "name": "ThrottleTimeMs", "type": "int32", "versions": "0+",
Expand Down

0 comments on commit f196fd9

Please sign in to comment.