adixitconfluent opened a new pull request, #16414: URL: https://github.com/apache/kafka/pull/16414
### About Implemented acquisition lock timeout functionality in SharePartition. Implemented the following functions - 1. `releaseAcquisitionLockOnTimeout` - This function is executed when the acquisition lock timeout is reached. The function releases the acquired records. 2. `releaseAcquisitionLockOnTimeoutForCompleteBatch` - Function which releases acquired records maintained at a batch level. 3. `releaseAcquisitionLockOnTimeoutForPerOffsetBatch` - Function which releases acquired records maintained at an offset level. ### Testing Added unit tests to cover the new functionality added. -- 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]
