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

[admin] Add consumer group bindings for KIP 222, 518, 396 (partial) and DeleteConsumerGroups #923

Merged
merged 2 commits into from
Jan 17, 2023

Commits on Jan 16, 2023

  1. Implement ListConsumerGroups,

    DescribeConsumerGroups,
    ListConsumerGroupOffsets (KIP-222)
    DeleteConsumerGroups,
    AlterConsumerGroupOffsets (KIP-396),
    Allow listing consumer groups per state (KIP-518),
    
    Co-authored-by: Emanuele Sabellico <[email protected]>
    Co-authored-by: Santwana Verma <[email protected]>
    3 people committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    cd73a9b View commit details
    Browse the repository at this point in the history
  2. Fix failing tests and change result of DeleteConsumerGroups

    also contains some documentation, changelog changes (minor).
    milindl committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ef0fffa View commit details
    Browse the repository at this point in the history