Kafka QuickStart, advertised.host.name gives kafka.common.LeaderNotAvailableException

前端 未结 6 1083
一生所求
一生所求 2020-12-04 15:04

I am able to get a simple one-node Kafka (kafka_2.11-0.8.2.1) working locally on one linux machine, but when I try to run a producer remotely I\'m getting some confusing err

6条回答
  •  我在风中等你
    2020-12-04 15:20

    conf/server.properties: host.name DEPRECATED: only used when listeners is not set. Use listeners instead. hostname of broker. If this is set, it will only bind to this address. If this is not set, it will bind to all interfaces

提交回复
热议问题