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

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


The following commit(s) were added to refs/heads/3.7 by this push:
     new 36a486f4a97 KAFKA-19494: Undeprecate JoinGroup V0 & V1 (#20142)
36a486f4a97 is described below

commit 36a486f4a9787bbbd191da39be2823b26c9ca851
Author: Ismael Juma <[email protected]>
AuthorDate: Fri Jul 11 01:05:55 2025 -0700

    KAFKA-19494: Undeprecate JoinGroup V0 & V1 (#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]>
---
 clients/src/main/resources/common/message/JoinGroupRequest.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/clients/src/main/resources/common/message/JoinGroupRequest.json 
b/clients/src/main/resources/common/message/JoinGroupRequest.json
index 54abf53e250..f083348ce57 100644
--- a/clients/src/main/resources/common/message/JoinGroupRequest.json
+++ b/clients/src/main/resources/common/message/JoinGroupRequest.json
@@ -35,7 +35,6 @@
   //
   // Version 9 is the same as version 8.
   "validVersions": "0-9",
-  "deprecatedVersions": "0-1",
   "flexibleVersions": "6+",
   "fields": [
     { "name": "GroupId", "type": "string", "versions": "0+", "entityType": 
"groupId",

Reply via email to