简体   繁体   中英

Kafka cluster configuration in multiple nodes

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

在此处输入图片说明

Consumer Error Output

在此处输入图片说明

Can you help me please.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM