ansible-kafka icon indicating copy to clipboard operation
ansible-kafka copied to clipboard

Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.

Results 6 ansible-kafka issues
Sort by recently updated
recently updated
newest added

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.

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...