Re: Producer and consumer awareness after adding partitions

2016-04-26 Thread tao xiao
The time is controlled by metadata.max.age.ms On Wed, Apr 27, 2016 at 1:19 AM Luciano Afranllie wrote: > Hi > > I am doing some tests to understand how kafka behaves when adding > partitions to a topic while producing and consuming. > > My test is like this > > I launch 3 brokers > I create a to

Producer and consumer awareness after adding partitions

2016-04-26 Thread Luciano Afranllie
Hi I am doing some tests to understand how kafka behaves when adding partitions to a topic while producing and consuming. My test is like this I launch 3 brokers I create a topic with 3 partitions and replication factor = 2 $ ./bin/kafka-topics.sh --zookeeper zookeeper-1 --create --topic topic1