kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-17047: Refactored group coordinator classes to modern package (KIP-932)

Open apoorvmittal10 opened this issue 1 year ago • 1 comments

Following the discussion and suggestion by @dajac, https://github.com/apache/kafka/pull/16054#discussion_r1613638293, the PR refactors the common classes to build TargetAssignment in modern package. consumer package has been moved inside modern package with classes exclusive to consumer group.

This PR completes the refactoring and base to introduce share package inside modern. The subsequent PRs will define the implementation specific to Share Groups while re-using the common functionality from modern package classes.

Committer Checklist (excluded from commit message)

  • [ ] Verify design and implementation
  • [ ] Verify test coverage and CI build status
  • [ ] Verify documentation (including upgrade notes)

apoorvmittal10 avatar Jun 27 '24 15:06 apoorvmittal10

Build passed with no new tests failure, only existing non-related tests failure.

apoorvmittal10 avatar Jun 28 '24 08:06 apoorvmittal10

@dajac @chia7712 Build passed with unrelated tests failure.

apoorvmittal10 avatar Jul 01 '24 16:07 apoorvmittal10

Build passed with unrelated tests failure.

apoorvmittal10 avatar Jul 02 '24 20:07 apoorvmittal10