You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jeff Kim (Jira)" <ji...@apache.org> on 2024/02/22 20:35:00 UTC

[jira] [Created] (KAFKA-16299) Classic group error responses should contain a no generation id and an empty members list

Jeff Kim created KAFKA-16299:
--------------------------------

             Summary: Classic group error responses should contain a no generation id and an empty members list
                 Key: KAFKA-16299
                 URL: https://issues.apache.org/jira/browse/KAFKA-16299
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Jeff Kim
            Assignee: Jeff Kim


In the new coordinator, the classic group response handling is not consistent compared to the old coordinator.

 

The old coordinator responds with a NoGeneration id (-1) and an empty members list whereas the new coordinator responds with an empty generation id (0) and a null members list.

 

We should have the new coordinator respond with the same values.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)