0

I need to configure a Kafka cluster on different machines but it does not work, when I start producer and consumer the following errors are displayed:

Producer Error Output

enter image description here

Consumer Error Output

enter image description here

Can you help me please.

Community
  • 1
  • 1
Djbou
  • 1
  • 1
    You are a new contributor. Welcome to Stackoverflow. The quality of the question can be improved by specifying what are you trying to do, what you have done so far, what tutorial are you following, etc. – JR ibkr Feb 28 '19 at 14:52

1 Answers1

0

In order to get started, I would recommend to read https://kafka.apache.org/documentation/#quickstart. BTW, in your case; you haven't started Kafka yet.

You should start services in following order:

  • zookeeper
  • Kafka
  • producer
  • consumer
JR ibkr
  • 869
  • 7
  • 24
  • Thank you for your reponce, I already consult the official website. zookeeper and kafka are already launched and the topic is created but the producer and the consumer does not work. – Djbou Mar 04 '19 at 10:49
  • https://stackoverflow.com/questions/35788697/leader-not-available-kafka-in-console-producer – JR ibkr Mar 04 '19 at 14:19