Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Confluent start kafka also triggers zookeeper #81

Open
Ycallaer opened this issue Apr 25, 2018 · 1 comment
Open

Confluent start kafka also triggers zookeeper #81

Ycallaer opened this issue Apr 25, 2018 · 1 comment

Comments

@Ycallaer
Copy link

Ycallaer commented Apr 25, 2018

Hi all,
My confluent installation:

  • confluent open source (installation through deb package)
  • version 4.1
  • scala: 2.11
  • OS: ubuntu 17.10

I have a question with regards to the command confluent start kafka

My situation is as follows: I have 3 zookeepers running on remote servers
I have specified these hosts in the server.properties file:
zookeeper.connect=x:2181,x:2181,x:2181/kafka_10_test

Yet when I issue the command confluent start kafka it also triggers the start of zookeeper.
I think this is faulty behaviour. If you have external zookeeper it should not try to start the zookeeper locally.
Any idea if I am doing something wrong from the command line or is incorrect behaviour ?

Thanks for your insight

@ewencp
Copy link
Contributor

ewencp commented Apr 27, 2018

@Ycallaer Note that the CLI is currently meant for development purposes, i.e. for getting services up and running locally on your dev box: https://docs.confluent.io/current/cli/installing.html. Because of this, it's designed to ensure any dependent services have been started before starting another services, so, e.g., it starts ZK before Kafka, Kafka before Schema Registry, and so on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants