Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
removeMembersFromConsumerGroup
without members (#1227)
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`.
- Loading branch information