Kafka 0.8.2.2 - Unable to publish messages

前端 未结 1 487
星月不相逢
星月不相逢 2020-12-18 14:42

We have written a java client for publishing message to kafka. The code is as shown below

Properties props = new Properties();
props.setProperty(ProducerConf         


        
相关标签:
1条回答
  • 2020-12-18 15:09

    We finally figured out the issue... We were running kafka in a hybrid evironment as mentioned in the following post -

    https://medium.com/@thedude_rog/running-kafka-in-a-hybrid-cloud-environment-17a8f3cfc284

    We changed the host.name to the internal IP and advertised.host.name to external IP

    0 讨论(0)
提交回复
热议问题