Skip to content

Releases: StephenSorriaux/ansible-kafka-admin

0.11.0

31 Jan 21:56
b3d65b4
Compare
Choose a tag to compare

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 and replica_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

24 Jul 16:40
42f4eb8
Compare
Choose a tag to compare
  • ACL: deprecate broker in favour of cluster. Please update your playbook if you are currently using broker
  • 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

12 May 10:25
88e1c89
Compare
Choose a tag to compare
  • Fix lag calculation MVP @ryarnyah
  • Add option to ignore empty partition when calculating lag MVP @ryarnyah

0.9.0

29 Mar 12:19
6d0a4dd
Compare
Choose a tag to compare
  • Add a kafka_stat_lag library (see README.MD for usage information) MVP @ymilhi

  • Divided current code in several modules MVP @ymilhi

  • Completed README.MD file with more information

  • Add a test for the new kafka_stat_lag lib

0.8.1

28 Dec 12:28
6fc78fb
Compare
Choose a tag to compare
  • Fix typo in ACL operation cluster_action MVP @F30
  • Ensures the partition reassignment is finished before proceeding to another action

0.8.0

29 Sep 13:59
Compare
Choose a tag to compare
  • add support for ssl ciphers and ssl supported protocols. MVP @ryarnyah
  • add support for pattern type in ACLs when using Kafka >= 2.0.0. MVP @ryarnyah

0.7.0

28 Jun 15:27
fcb2a0a
Compare
Choose a tag to compare
  • add 2 new parameters zookeeper_sleep_time and zookeeper_max_retries to the library
  • now checking the lib against latest Kafka major versions

0.6.0

07 Jun 20:36
Compare
Choose a tag to compare
  • add support for check mode (ansible-playbook foo.yml --check). MVP @vgivanov

0.5.0

12 Mar 22:24
Compare
Choose a tag to compare
  • add a new ressource type: ACL which can be created or deleted using the resource parameter (see examples). MVP @bgK
  • new tests for the ACL resource (which use a PLAINTEXT/SASL_PLAINTEXT configured Kafka). MVP @bgK
  • documentation update. MVP @bgK

0.4.0

22 Nov 09:06
899a875
Compare
Choose a tag to compare
  • add the possibility to connect to Zookeeper using SSL
  • add the compatibility with Python3
  • better testing for the library
  • documentation update