Skip to content

ZooKeeper not auto starting #243

@JaminShanti

Description

@JaminShanti

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

No one assigned

    Labels

    needs-feedbackFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions