Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-14462; [23/23] Wire GroupCoordinatorService in BrokerServer #13991

Merged
merged 2 commits into from Jul 14, 2023

Conversation

dajac
Copy link
Contributor

@dajac dajac commented Jul 11, 2023

This is the last patch for KAFKA-14462. It wires all the pieces together in BrokerServer.

Committer Checklist (excluded from commit message)

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

@dajac dajac marked this pull request as ready for review July 12, 2023 09:12
@dajac dajac merged commit 32ff347 into apache:trunk Jul 14, 2023
1 check failed
@dajac dajac deleted the KAFKA-14462-23 branch July 14, 2023 15:41
Cerchie pushed a commit to Cerchie/kafka that referenced this pull request Jul 25, 2023
…ache#13991)

This patch wires the new group coordinator in BrokerServer (KRaft only). With this, it is now possible to run a cluster with the new group coordinator and to use the ConsumerGroupHeartbeat API by specifying the following two properties:
- group.coordinator.new.enable = true (to enable the new group coordinator)
- unstable.api.versions.enable = true (to enable unreleased APIs)

Note that the new group coordinator does not support all the existing APIs yet.

Reviewers: Jeff Kim <jeff.kim@confluent.io>, Justine Olshan <jolshan@confluent.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants