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

Call removeMembersFromConsumerGroup without members #1227

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

sderosiaux
Copy link
Contributor

In the Kafka Admin API, it's possible to call removeMembersFromConsumerGroup without passing any member. This is different from passing an empty Set() which is failing the validation of RemoveMembersFromConsumerGroupOptions.

In the Kafka Admin API, it's possible to call `removeMembersFromConsumerGroup` without passing any member. This is different from passing an empty `Set()` which is failing the validation.
Copy link
Collaborator

@erikvanoosten erikvanoosten left a comment

Choose a reason for hiding this comment

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

Thanks @sderosiaux , that is a great addition!

@erikvanoosten erikvanoosten merged commit f7e6d25 into zio:master Apr 21, 2024
14 checks passed
@sderosiaux
Copy link
Contributor Author

Thanks @erikvanoosten!
Do you know when you're planning the next release?

@guizmaii
Copy link
Member

guizmaii commented Apr 22, 2024

@sderosiaux We publish snapshot releases. You can find the latest snapshot release version here: https://github.com/zio/zio-kafka/actions/runs/8771843802/job/24070262657 (latest main branch CI job run)

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.

3 participants