Skip to content
New issue

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

ZooKeeper not auto starting #243

Open
JaminShanti opened this issue Feb 8, 2018 · 1 comment
Open

ZooKeeper not auto starting #243

JaminShanti opened this issue Feb 8, 2018 · 1 comment
Labels
needs-feedback Further information is requested

Comments

@JaminShanti
Copy link

JaminShanti commented Feb 8, 2018

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

@dhoppe
Copy link
Member

dhoppe commented Apr 7, 2020

This module depends on deric/zookeeper which is responsible for starting ZooKeeper. Please let me know, if this issue can be closed.

@dhoppe dhoppe added the needs-feedback Further information is requested label Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-feedback Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants