smjn opened a new pull request, #16877: URL: https://github.com/apache/kafka/pull/16877
### What - Introduced a new module `share-coordinator` to house relevant implementation code and resources. - Modified `settings.gradle` and `build.gradle` to accommodate the module. - Added ShareSnapshot[Key, Value], ShareUpdate[Key, Value] message record schemas. ### Why - As part of KIP-932 (QFK), the share coordinator component has been introduced. This component is will be responsible for managing persistence for various data related to share partitions into dedicated internal topic. - To keep all this functionality contained, we want to create a separate module in line with group and transaction coordinators. ### Testing - No impl code yet, clean build locally. -- 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]
