Re: Kafka startup, no broker partitions consumed by consumer thread

2013-10-11 Thread Viktor Kolodrevskiy
Jun, Thank you! That helped. Thanks, Viktor

Re: Kafka startup, no broker partitions consumed by consumer thread

2013-10-10 Thread Jun Rao
Could you try the latest code in the 0.8 branch? We recently fixed a consumer side issue (KAFKA-1030) that seems related. Thanks, Jun On Thu, Oct 10, 2013 at 6:36 AM, Viktor Kolodrevskiy < viktor.kolodrevs...@gmail.com> wrote: > On our current project we want to have a single shell script that:

Kafka startup, no broker partitions consumed by consumer thread

2013-10-10 Thread Viktor Kolodrevskiy
On our current project we want to have a single shell script that: first starts kafka with zookeeper and second strarts tomcat server with our webapp. We run kafka and tomcat on single machine, use kafka 0.8 We set num.partitions=4 in server.properties. In webapp we start 4 threads that do kafka.co