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

dajac 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 04c3c00f251 MINOR: Add missing GROUP_ID_NOT_FOUND in 
{Consumer,Share,Streams}GroupHeartbeatResponse schema (#22448)
04c3c00f251 is described below

commit 04c3c00f251946f8b790e198fc3524dce8558ce6
Author: David Jacot <[email protected]>
AuthorDate: Tue Jun 2 17:28:37 2026 +0200

    MINOR: Add missing GROUP_ID_NOT_FOUND in 
{Consumer,Share,Streams}GroupHeartbeatResponse schema (#22448)
    
    Add missing GROUP_ID_NOT_FOUND in
    {Consumer,Share,Streams}GroupHeartbeatResponse schema.
    
    Reviewers: Lianet Magrans <[email protected]>
---
 .../main/resources/common/message/ConsumerGroupHeartbeatResponse.json  | 1 +
 .../src/main/resources/common/message/ShareGroupHeartbeatResponse.json | 3 ++-
 .../main/resources/common/message/StreamsGroupHeartbeatResponse.json   | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json 
b/clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json
index 010fc2cfe93..c641729e563 100644
--- 
a/clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json
+++ 
b/clients/src/main/resources/common/message/ConsumerGroupHeartbeatResponse.json
@@ -25,6 +25,7 @@
   // - COORDINATOR_NOT_AVAILABLE (version 0+)
   // - COORDINATOR_LOAD_IN_PROGRESS (version 0+)
   // - INVALID_REQUEST (version 0+)
+  // - GROUP_ID_NOT_FOUND (version 0+)
   // - UNKNOWN_MEMBER_ID (version 0+)
   // - FENCED_MEMBER_EPOCH (version 0+)
   // - UNSUPPORTED_ASSIGNOR (version 0+)
diff --git 
a/clients/src/main/resources/common/message/ShareGroupHeartbeatResponse.json 
b/clients/src/main/resources/common/message/ShareGroupHeartbeatResponse.json
index 941bfbd38c2..f64953d9a81 100644
--- a/clients/src/main/resources/common/message/ShareGroupHeartbeatResponse.json
+++ b/clients/src/main/resources/common/message/ShareGroupHeartbeatResponse.json
@@ -24,13 +24,14 @@
   "flexibleVersions": "0+",
   // Supported errors:
   // - GROUP_AUTHORIZATION_FAILED (version 0+)
-  // - TOPIC_AUTHORIZATION_FAILED (version 1+)
   // - NOT_COORDINATOR (version 0+)
   // - COORDINATOR_NOT_AVAILABLE (version 0+)
   // - COORDINATOR_LOAD_IN_PROGRESS (version 0+)
+  // - GROUP_ID_NOT_FOUND (version 0+)
   // - UNKNOWN_MEMBER_ID (version 0+)
   // - GROUP_MAX_SIZE_REACHED (version 0+)
   // - INVALID_REQUEST (version 0+)
+  // - TOPIC_AUTHORIZATION_FAILED (version 1+)
   "fields": [
     { "name": "ThrottleTimeMs", "type": "int32", "versions": "0+",
       "about": "The duration in milliseconds for which the request was 
throttled due to a quota violation, or zero if the request did not violate any 
quota." },
diff --git 
a/clients/src/main/resources/common/message/StreamsGroupHeartbeatResponse.json 
b/clients/src/main/resources/common/message/StreamsGroupHeartbeatResponse.json
index 27cf47bb1a4..538816f4129 100644
--- 
a/clients/src/main/resources/common/message/StreamsGroupHeartbeatResponse.json
+++ 
b/clients/src/main/resources/common/message/StreamsGroupHeartbeatResponse.json
@@ -26,6 +26,7 @@
   // - COORDINATOR_NOT_AVAILABLE (version 0+)
   // - COORDINATOR_LOAD_IN_PROGRESS (version 0+)
   // - INVALID_REQUEST (version 0+)
+  // - GROUP_ID_NOT_FOUND (version 0+)
   // - UNKNOWN_MEMBER_ID (version 0+)
   // - FENCED_MEMBER_EPOCH (version 0+)
   // - UNRELEASED_INSTANCE_ID (version 0+)

Reply via email to