We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding this:
#include kafka class { 'kafka::broker': config => { 'broker.id' => '0', 'zookeeper.connect' => 'localhost:2181' } }
the zookeeper doesn't auto start. I do get the systemd kafka service. if I start the zookeeper, then systemctl start kafka manually it works.
Do I need to start the zookeeper myself or am I missing something? Take a look, https://github.com/JaminShanti/demo_kafka
The text was updated successfully, but these errors were encountered:
This module depends on deric/zookeeper which is responsible for starting ZooKeeper. Please let me know, if this issue can be closed.
deric/zookeeper
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Adding this:
What behaviour did you expect instead
the zookeeper doesn't auto start. I do get the systemd kafka service.
if I start the zookeeper, then systemctl start kafka manually it works.
Output log
Any additional information you'd like to impart
Do I need to start the zookeeper myself or am I missing something?
Take a look, https://github.com/JaminShanti/demo_kafka
The text was updated successfully, but these errors were encountered: