Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How configure kafka and zookeeper for production architecture with HDF ?

avatar
Frequent Visitor

Hi, i need help in kafka installation for HDF : when i start the broker i faced this error(screenshot) in zookeeper logs and i can't see messages sent by the the producer when i launch consumer console. thank's to help me.

5971-g8n8o.png

1 ACCEPTED SOLUTION

avatar
Super Guru

That is not an error message, it's INFO. ZooKeeper is just telling you that a client tried to create the node /brokers/ids but it already existed in ZooKeeper (you cannot create a node that already exists).

Not sure why you can't see the Kafka messages though.

View solution in original post

1 REPLY 1

avatar
Super Guru

That is not an error message, it's INFO. ZooKeeper is just telling you that a client tried to create the node /brokers/ids but it already existed in ZooKeeper (you cannot create a node that already exists).

Not sure why you can't see the Kafka messages though.