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

[Feat] Refactor all tests to use python instead of yaml <=> more flexible #77

Closed ryarnyah closed 3 years ago

ryarnyah commented 3 years ago

Proposed Changes

StephenSorriaux commented 3 years ago

If we merge https://github.com/StephenSorriaux/ansible-kafka-admin/pull/76, I guess this one becomes obsolete?

ryarnyah commented 3 years ago

If we merge #76 we can close this.