Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KAFKA-16740: Adding skeleton code for Share Fetch and Acknowledge RPC…
… (KIP-932) (apache#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. Reviewers: David Jacot <[email protected]>, Andrew Schofield <[email protected]>, Manikumar Reddy <[email protected]>
- Loading branch information