Hangleton opened a new pull request, #13378:
URL: https://github.com/apache/kafka/pull/13378

   **WIP - tests are being added.**
   
   [KAFKA-14793 - Propagate Topic Ids to the Group Coordinator during Offsets 
Commit](https://issues.apache.org/jira/browse/KAFKA-14793)
   
   This PR is a pre-requisite for 
[PR-13240](https://github.com/apache/kafka/pull/13240). It introduces topic ids 
in the signature of the group coordinator `commitOffsets` method, and performs 
a conversion between `TopicPartition`  and `TopicIdPartition` when interacting 
with the group metadata manager. Topic ids are not propagated to that component 
yet. 
   
   In this PR, topic ids are resolved from the topic names provided in the 
offset commit request. With 
[PR-13240](https://github.com/apache/kafka/pull/13240), ids will be provided by 
the request from version 9.
   
   Eventually, topic ids will be part of the data model authored by the group 
coordinator, but the corresponding change is out of scope of this PR.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to