Re: Increasing number of partitions in kafka-0.8.0-beta1

2013-11-25 Thread Joel Koshy
> Here is what the comment for num.partitions in config file says: > > # The number of logical partitions *per topic per server.* More partitions > allow greater parallelism > # for consumption, but also mean more files. > > We found out that this comment is actually wrong, it only created 2 > pa

Increasing number of partitions in kafka-0.8.0-beta1

2013-11-25 Thread Vaibhav Puranik
Hi all, We have kafka-0.8.0-beta1 version installed in our production. Here is what the comment for num.partitions in config file says: # The number of logical partitions *per topic per server.* More partitions allow greater parallelism # for consumption, but also mean more files. We found out