You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Alexandre Dupriez (Jira)" <ji...@apache.org> on 2023/03/27 13:31:00 UTC

[jira] [Created] (KAFKA-14852) Propagate Topic Ids to the Group Coordinator for Offset Fetch

Alexandre Dupriez created KAFKA-14852:
-----------------------------------------

             Summary: Propagate Topic Ids to the Group Coordinator for Offset Fetch
                 Key: KAFKA-14852
                 URL: https://issues.apache.org/jira/browse/KAFKA-14852
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Alexandre Dupriez
             Fix For: 3.5.0


This task is the sibling of KAFKA-14793 which propagates topic ids in the group coordinator on the offset commit (write) path. The purpose of this JIRA is to change the interfaces of the group coordinator and group coordinator adapter to propagate topic ids in a similar way.

KAFKA-14691 will add the topic ids to the OffsetFetch API itself so that topic ids are propagated from clients to the coordinator on the offset fetch path. 

Changes to the persisted data model (group metadata and keys) are out of scope.



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