- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How configure kafka and zookeeper for production architecture with HDF ?
Created on ‎07-21-2016 05:35 PM - edited ‎08-19-2019 01:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎07-21-2016 05:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎07-21-2016 05:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
