- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Kafka HDP-2.3.2 Broker Config for Listeners=?
- Labels:
-
Apache Kafka
Created ‎03-04-2016 02:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ALL!
After upgrading to HDP-2.3.2, we're having problems on Kafka.
I have 3 brokers. My question is, what should I put on Broker Config "Listeners=?"
If I put PLAINTEXT://0.0.0.0:6667 - hostname is not registered to ZK. If I put PLAINTEXT://host3:6667,PLAINTEXT://host2:6667,PLAINTEXT://host1:6667 - Kafka won't start because it wont access port 6667 being used by other brokers (conflict).
The problem, I can't produce and consume messages from kafka. I can create topics and list them okay.
Created ‎03-04-2016 11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎03-04-2016 02:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎03-04-2016 02:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
for secure Kafka, here's doc https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_secure-kafka-ambari/content/ch_secure-ka...
Created ‎03-04-2016 11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fix was to use advertised.host.name instead host.name.
THanks!
