adixitconfluent opened a new pull request, #21262: URL: https://github.com/apache/kafka/pull/21262
### About This PR performs a refactor of `SharePartition.java` `acquire` functionality. The functionality had become quite huge and adding new code in this method looks daunting. Hence, I have refactored the code to use `Strategy` design pattern to distinguish code for acquire mode thereby creating a clean separation between acquisition modes ### Testing The originally present unit and integrayion tests should cover this change. -- 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]
