thanks for these replies. I have zk and Kafka in separate dockers which is a little different than this example.
However, I've seen similar behavior on my desktop running them normally when I only background zk and producer instead of redirecting the output, so this might be unrelated to docker. On Saturday, January 11, 2014, Thomas wrote: > Hi, > > you can have a look at https://github.com/wurstmeister/kafka-docker > maybe that helps > > On 10/01/2014 19:30, Alex Artigues wrote: > >> Hi everyone, I am attempting to run Zookeeper and Kafka in dockers. >> >> Both startup normally and Kafka connects ok. I think my containers are >> linked fine because I am able to list topics, and create topics. >> >> The producer however never delivers messages. It connects using the >> provided shell scripts, and it seems I am able to type messages, but I >> cannot ctl+c to stop it. in the logs there is an INFO message that the >> client disconnects, but no good reason why. >> >> This is in the ZK logs: >> 2014-01-10 17:55:39,893 - WARN [NIOServerCxn.Factory: >> 0.0.0.0/0.0.0.0:2181:NIOServerCnxn@349] - caught end of stream exception >> EndOfStreamException: Unable to read additional data from client sessionid >> 0x1437d4304fe0000, likely client has closed socket >> >> >> If anyone has any clues I would really appreciate it, thanks. >> >> >