Using kafka 0.8.0

I'm building my own simple docker container for Kafka. I'm trying to set
advertised.host.name to the docker host ip in order to expose Kafka broker
to the outside world. When I set the property in server.properties as such;

advertised.host.name=192.168.22.10

I get the following WARN in the console;

[2014-01-17 20:53:27,900] WARN Property advertised.port is not valid
(kafka.utils.VerifiableProperties)

When I check zookeeper, the broker is registering itself using the docker
hostname. I've also tested setting the advertised.port and I see a similar
warning and it is also ignored.

About to try https://github.com/signalfuse/docker-kafka, but I don's see
anything specially different there from what I'm doing.

Thanks in advance for any help!
Gino

Reply via email to