Re: cannot replicate topics kafka inconsistent state

2014-06-17 Thread Gerrit Jansen van Vuuren
The network is 10gig and so far has not given any issues I think its extremely unlikely that it could be network (all ports are open and all communication happens on an internal lan). I'm running consumers and producers on the nodes where the brokers are running and they are consuming and producin

Re: cannot replicate topics kafka inconsistent state

2014-06-17 Thread Jun Rao
Is your network stable? Thanks, Jun On Tue, Jun 17, 2014 at 1:48 AM, Gerrit Jansen van Vuuren < gerrit...@gmail.com> wrote: > Hi, > > I've installed kafka 2.8.1, > created a topic using: > > /opt/kafka/bin/kafka-topics.sh --create --topic "test" --zookeeper > "localhost:2381" --partitions 2 --

cannot replicate topics kafka inconsistent state

2014-06-17 Thread Gerrit Jansen van Vuuren
Hi, I've installed kafka 2.8.1, created a topic using: /opt/kafka/bin/kafka-topics.sh --create --topic "test" --zookeeper "localhost:2381" --partitions 2 --replication-factor 2 Then opened a console producer and a console consumer. I type a few lines on the producer and then the two kafka broker