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.

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. Commented Feb 28, 2019 at 14:52

1 Answer 1

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
Sign up to request clarification or add additional context in comments.

2 Comments

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.