You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by sunil kalva <sa...@gmail.com> on 2015/03/02 11:05:16 UTC

load balancing

Is kafka load balancing based on number of partitions of a topic or number
partitions of all topics in a cluster ?

-- 
SunilKalva

Re: load balancing

Posted by Jiangjie Qin <jq...@linkedin.com.INVALID>.
There are two algorithms: range and round robin.
Range algorithm does balance for each topic independently.
Round robin balance across all the topics the consumer is consuming from.

Jiangjie (Becket) Qin

On 3/2/15, 2:05 AM, "sunil kalva" <sa...@gmail.com> wrote:

>Is kafka load balancing based on number of partitions of a topic or number
>partitions of all topics in a cluster ?
>
>-- 
>SunilKalva