You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Andrew Schofield (Jira)" <ji...@apache.org> on 2023/12/06 15:11:00 UTC

[jira] [Created] (KAFKA-15978) New consumer sends OffsetCommit with empty member ID

Andrew Schofield created KAFKA-15978:
----------------------------------------

             Summary: New consumer sends OffsetCommit with empty member ID
                 Key: KAFKA-15978
                 URL: https://issues.apache.org/jira/browse/KAFKA-15978
             Project: Kafka
          Issue Type: Bug
          Components: clients
    Affects Versions: 3.7.0
            Reporter: Andrew Schofield
            Assignee: Andrew Schofield
             Fix For: 3.7.0


Running the trogdor tests with the new consumer, it seemed that offsets were not being committed correctly, although the records were being fetched successfully. Upon investigation, it seems that the commit request manager uses a cached member ID which means that its OffsetCommit requests are rejected by the group coordinator.



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