apoorvmittal10 opened a new pull request, #16184: URL: https://github.com/apache/kafka/pull/16184
The PR adds skeleton code for Share Fetch and Acknowledge RPCs. The changes include: 1. Defining RPCs in KafkaApis.scala 2. Added new SharePartitionManager class which handles the RPCs handling 3. Added SharePartition class which manages in-memory record states and for fetched data. #### Note: The new classes are in `core` module itself as has dependency on core classes like `ReplicaManager` etc. hence cannot move the classes in `server` module. Subsequent PRs will follow implementation and tests cases for the functionality. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
