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

Ansible-galaxy is not updated #142

Closed Angelote2022 closed 1 year ago

Angelote2022 commented 1 year ago

This library is pretty awesome, thanks for that. I noticed the changes are not pushed to ansible-galaxy. Is there any reason to not continue pushing updates?

https://galaxy.ansible.com/stephensorriaux/kafka-admin

Latest up date was 5 years ago...

Many thanks

StephenSorriaux commented 1 year ago

Hello Angel,

Thanks for the nice word, happy to read this lib is useful :)

You are raising a very good point, we could just add a step in our release pipeline. Will look into that!