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

Implemented KIP-88, KIP-222, KIP-518 and partially KIP-396 #1449

Merged
merged 54 commits into from Jan 16, 2023

Conversation

pranavrth
Copy link
Member

@pranavrth pranavrth commented Oct 18, 2022

Implemented the following admin operations:

  1. List Consumer Groups
  2. Describe Consumer Groups
  3. Delete Consumer Groups
  4. List Consumer Group Offsets
  5. Alter Consumer Group Offsets

examples/adminapi.py Outdated Show resolved Hide resolved
@pranavrth pranavrth changed the title List and Alter Consumer Group offsets and Delete Consumer Groups Implemented KIP-88, KIP-222, KIP-518 and partially KIP-396 Dec 27, 2022
src/confluent_kafka/_model/__init__.py Show resolved Hide resolved
src/confluent_kafka/admin/__init__.py Outdated Show resolved Hide resolved
src/confluent_kafka/admin/__init__.py Show resolved Hide resolved
@emasab emasab force-pushed the list-alter-cg-offset-delete-cg branch from 139ce2c to 34f2b82 Compare January 13, 2023 07:51
@emasab emasab force-pushed the list-alter-cg-offset-delete-cg branch from 34f2b82 to 3d4dcb0 Compare January 13, 2023 08:00
@emasab emasab force-pushed the list-alter-cg-offset-delete-cg branch from 34598e5 to 7beaf79 Compare January 16, 2023 16:11
pranavrth and others added 2 commits January 16, 2023 23:23
…ckground callbacks of some admin operations and initialized some of the uninitialzed variables
in ListConsumerGroupOffsets
Copy link
Contributor

@emasab emasab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job Pranav!

@pranavrth pranavrth merged commit 1db3054 into master Jan 16, 2023
@pranavrth pranavrth deleted the list-alter-cg-offset-delete-cg branch January 16, 2023 20:21
emasab added a commit that referenced this pull request Jun 19, 2023
…1449)

Implement KIP-88, KIP-222, KIP-229, KIP-518 and partially KIP-396 (#3995)
Add support for:
KIP-88,
KIP-222: ListConsumerGroups, DescribeConsumerGroups, ListConsumerGroupOffsets,
KIP-229: DeleteConsumerGroups,
KIP-396: AlterConsumerGroupOffsets,
KIP-518.

Co-authored-by: Emanuele Sabellico <esabellico@confluent.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants