Hi,

Simply adding the brokers to the cluster will not reassign or redistribute
topic partitions to newly added brokers.

As it is also mentioned in documentation.
"*However these new servers will not automatically be assigned any data
partitions, so unless partitions are moved to them they won't be doing any
work until new topics are created. So usually when you add machines to your
cluster you will want to migrate some existing data to these machines.*"
Please refer this link
<http://kafka.apache.org/documentation.html#basic_ops_cluster_expansion>
and the needful.

Regards,
Madhukar


On Mon, Apr 13, 2015 at 11:22 AM, shadyxu <shad...@gmail.com> wrote:

> I added several new brokers to the cluster, there should'v been a rebalance
> but it seemed that the producer was not aware of the new brokers. Data kept
> being sent to the old brokers and there were no partitions on the new
> brokers.
>
> I configured the old brokers to the producer and did not restart the
> producer or add the new brokers to the configuration.
>
> What may be the problems?
>

Reply via email to