ansible-kafka
ansible-kafka copied to clipboard
Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
similar to https://github.com/sleighzy/ansible-zookeeper/issues/39 PR is #27
Similar to https://github.com/sleighzy/ansible-zookeeper/issues/39 where you can use the parameter `kafka_config_params` to add any parameter to the `server.properties` file for kafka to use
Was changed policy to more flexible. Added variable for native log rotation.
Upgrade to Kafka 3.8.0
Thank you so much! This will make the cloud computing school assignment way easier. If time is not allowed, that's totally fine!
First, thanks for this Ansible role! I am wondering if the newer Kafka in KRaft mode supported, as the README mentions Apache ZooKeeper as a requirement. It would be great...