adixitconfluent opened a new pull request, #17177: URL: https://github.com/apache/kafka/pull/17177
### About In reference to comment https://github.com/apache/kafka/pull/16969#discussion_r1750770738 , we have introduced a delayed action queue to add purgatory actions and try to complete them. I've added code to add purgatory actions to delayed actions queue when partition locks are released after fetch in `forceComplete`. Also, code has been added to `onExpiration` to check the delayed actions queue and try to complete it. Since `onExpiration` serves as a callback for `forceComplete`, it should not lead to infinite call stack. ### Testing The code has been tested with the help of unit tests. -- 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]
