Created 03-04-2016 02:29 AM
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
Created 03-04-2016 02:47 AM
Created 03-04-2016 02:48 AM
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
Fix was to use advertised.host.name instead host.name.
THanks!