StephenSorriaux / ansible-kafka-admin

Manage your topic's configuration (partitions, replication factor, parameters), ACLs, quotas, users and get stats, without any effort with this library. It does not use the Kafka scripts and does not require ssh connection to the remote broker.
Apache License 2.0
150 stars 46 forks source link

Add feature to delete topic partiton for a given consumer group #106

Closed ymilhi closed 3 years ago

ymilhi commented 3 years ago

Proposed Changes

Context

When a consumer is no longer subscribed to a topic, it remains present in the consumer group and a lag is noted We can use this feature to delete it effectivelly from the consumer group

ryarnyah commented 3 years ago

Fix #88

ymilhi commented 3 years ago

Can you add some tests?

ryarnyah commented 3 years ago

LGTM @StephenSorriaux ?