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

   This patch introduces the `PartitionWriter` interface in the 
`group-coordinator` module. The `ReplicaManager` resides in the `core` module 
and it is thus not accessible from the `group-coordinator` one. The 
`PartitionWriterImpl` is basically an implementation of the interface residing 
in `core` which interfaces with the `ReplicaManager`.
   
   One notable difference from the usual produce path is that the 
`PartitionWriter` returns the offset following the written records. This is 
then used by the coordinator runtime (coming later) to track when the request 
associated with the write can be completed.
   
   ### 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