Re: Deletion a specific consumer of a consumer group through the Kafka admin client API.

2021-04-10 Thread Mazen Ezzeddine
3:34 AM To: Users Subject: Re: Deletion a specific consumer of a consumer group through the Kafka admin client API. Hey Mazen, There is technically an AdminClient API which allows you to remove a single member from the group: Admin.removeMembersFromConsumerGroup(String groupId

Re: Deletion a specific consumer of a consumer group through the Kafka admin client API.

2021-04-09 Thread Sophie Blee-Goldman
Hey Mazen, There is technically an AdminClient API which allows you to remove a single member from the group: Admin.removeMembersFromConsumerGroup(String groupId, RemoveMembersFromConsumerGroupOptions options); but I don't think this will help you. For one thing, this API only works for removing