kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-16750: Added acknowledge code in SharePartitionManager including unit tests

Open chirag-wadhwa5 opened this issue 1 year ago • 0 comments

About

This PR adds acknowledge code in SharePartitionManager. Internally, the record acknowledgements happen at the SharePartition level. SharePartitionManager identifies the SharePartitions and calls their acknowledge method to actually acknowledge the individual records

Testing

Added unit tests to cover the new functionality added in SharePartitionManagerTest

chirag-wadhwa5 avatar Jun 26 '24 12:06 chirag-wadhwa5