Skip to content

Commit f7f249e

Browse files
authored
KAFKA-19494: Undeprecate JoinGroup V0 & V1 (apache#20142)
We added back support for JoinGroup v0 & v1 in Kafka 4.0.1 and 4.1.0 due to KAFKA-19444. Given that, we should undeprecate these protocol api versions in 3.x. Reviewers: David Arthur <[email protected]>
1 parent e2cb9ea commit f7f249e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/src/main/resources/common/message/JoinGroupRequest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
//
3636
// Version 9 is the same as version 8.
3737
"validVersions": "0-9",
38-
"deprecatedVersions": "0-1",
3938
"flexibleVersions": "6+",
4039
"fields": [
4140
{ "name": "GroupId", "type": "string", "versions": "0+", "entityType": "groupId",

0 commit comments

Comments
 (0)