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-18283: Add StreamsGroupDescribe RPC definitions #18230

Draft
wants to merge 4 commits into
base: trunk
Choose a base branch
from

Conversation

lucasbru
Copy link
Member

@lucasbru lucasbru commented Dec 17, 2024

Adds a new RPC StreamsGroupDescribe that returns, given the group ID, all metadata related to the streams group, such as

  • The topology metadata of the group.
  • The topology epoch of the group.
  • The latest member metadata that each member provided through the StreamsGroupHeartbeat API.
  • The current target assignment generated by the assignor.

This just adds the JSON as defined in KIP-1071, together with some plumbing.

Draft, since it's a stacked PR at the moment.

Committer Checklist (excluded from commit message)

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

@github-actions github-actions bot added core Kafka Broker clients labels Dec 17, 2024
@lucasbru lucasbru force-pushed the kip1071merge/describe_rpc branch from b4d217c to 9523195 Compare December 17, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clients core Kafka Broker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant