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 withkafka_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)