sleighzy / ansible-kafka

Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
MIT License
116 stars 79 forks source link

Feature/adding kafka_config_params feature #27

Closed ObjectiveTruth closed 1 year ago

ObjectiveTruth commented 2 years ago

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

alexqrid commented 1 year ago

This PR adds an important customization that the role lacks. Can ypu please pay attention @sleighzy ?

sleighzy commented 1 year ago

Hi @ObjectiveTruth . Would you be able to bring this PR up to date with the master branch and then I can merge? Let me know if you no longer have this available and I'll look at picking up your efforts in another branch. Thanks in advance.

sleighzy commented 1 year ago

I am closing this PR as this has now been superseded by https://github.com/sleighzy/ansible-kafka/pull/33

@alexqrid , I will be releasing a new version of this role shortly that contains this update.