Releases: StephenSorriaux/ansible-kafka-admin
Releases · StephenSorriaux/ansible-kafka-admin
0.11.0
Please make sure to update your Python dependencies before using this version (pip install -r requirements.txt
).
- Add support for
kafka-python
>= 1.4.5 - Consider -1 value for
partitions
andreplica_factor
but display a warning when topic already exists - Add new
kafka_info
lib to get information about Kafka cluster (topics, brokers, consumer groups), see documentation on how to use it - Add support for SASL SCRAM authentication mechanism, MVP @LaurentOliva
- Replace Travis with Github Actions, MVP @ryarnyah
0.10.0
- ACL: deprecate
broker
in favour ofcluster
. Please update your playbook if you are currently usingbroker
- Misc: remove wrong license headers present in some files
- ACL: fix the request used to delete ACL with broker version > 2.x
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
- add 2 new parameters
zookeeper_sleep_time
andzookeeper_max_retries
to the library - now checking the lib against latest Kafka major versions
0.6.0
0.5.0
0.4.0
- add the possibility to connect to Zookeeper using SSL
- add the compatibility with Python3
- better testing for the library
- documentation update