Skip to content

2.0.0 (29-08-2021)

Compare
Choose a tag to compare
@sleighzy sleighzy released this 29 Aug 02:10
· 49 commits to master since this release
3027475

Support for multiple Kafka listeners and security policies.

  • This release introduces the ability to configure multiple listeners and protocols. This is a breaking change to this Ansible role as previously only a single listener and protocol were supported. The kafka_listener_* variables have been replaced with kafka_listeners which contains a list of strings specifying the protocol and listener bindings. (#13)

  • Security policies can now be added to provide authentication between brokers, producers, and consumer. (#13)