-
-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
needs-feedbackFurther information is requestedFurther information is requested
Description
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 4.10.10
- Ruby:
- Distribution: centos/7 vagrant
- Module version: 5.0.0
How to reproduce (e.g Puppet code you use)
What are you seeing
Adding this:
#include kafka
class { 'kafka::broker':
config => { 'broker.id' => '0', 'zookeeper.connect' => 'localhost:2181' }
}
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
Metadata
Metadata
Assignees
Labels
needs-feedbackFurther information is requestedFurther information is requested