Re: Problems with Kafka in docker with advertised.host.name

2014-01-17 Thread Gino Bustelo
Thanks Joel… I just noticed that signalfuse/docker-kafka is pulling from git and building. On Fri, Jan 17, 2014 at 3:26 PM, Gino Bustelo wrote: > Using kafka 0.8.0 > > I'm building my own simple docker container for Kafka. I'm trying to set > advertis

Re: Problems with Kafka in docker with advertised.host.name

2014-01-17 Thread Joel Koshy
I don't think that feature made it into the 0.8.0 release. Can you try the latest version on trunk? Thanks, Joel On Fri, Jan 17, 2014 at 03:26:11PM -0600, Gino Bustelo wrote: > Using kafka 0.8.0 > > I'm building my own simple docker container for Kafka. I'm trying to set > advertised.host.name

Problems with Kafka in docker with advertised.host.name

2014-01-17 Thread Gino Bustelo
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