sleighzy / ansible-kafka

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

Fix check for kafka unpacked directory #1

Closed gothicx closed 3 years ago

gothicx commented 3 years ago

Hi,

Sorry.. I have made some changes and in the end I thought it was correct. I'll prepare some others changes to add more options to the server.properties to better performance tuning.

Thank you for your role.

sleighzy commented 3 years ago

@gothicx , No worries. Just a quick heads up that I've upgraded this role to install Apache Kafka 2.7.0 (the latest release) now as well so you'll get that if you pull from this master branch. Just binaries, looks like the base config has largely remained unchanged.

If you haven't already, have a look at the Confluent streaming platform distribution of Kafka https://www.confluent.io/ and https://docs.confluent.io/platform/current/overview.html. My role had gotten a little out of date as I've primarily been used Confluent these days (mainly the Docker deploys). Recommend it if you have the opportunity.