Re: Kafka partitions and physical LB

2012-11-28 Thread Neha Narkhede
In 0.7, the number of partitions is a per broker config and in 0.8, the number of partitions is a per topic config. In both cases, it is does not change whether or not you use a physical load balancer or not. Thanks, Neha On Wed, Nov 28, 2012 at 12:08 PM, Riju Kallivalappil wrote: > When using a

Kafka partitions and physical LB

2012-11-28 Thread Riju Kallivalappil
When using a physical LB on the producer side for Kafka, is it possible to have more than one partition per topic in each broker? Thanks, Riju