Hi Tod,
I am not able to access the link
https://github.com/linkedin/kafka-toolskafka-assigner
Regards,
Abhimanyu
On Fri, Jun 16, 2017 at 12:26 AM, karan alang wrote:
> Thanks Todd.. for the detailed reply.
>
> regds,
> Karan Alang
>
> On Tue, Jun 13, 2017 at 3:19 PM, Todd Palino wrote:
>
>
Thanks Todd.. for the detailed reply.
regds,
Karan Alang
On Tue, Jun 13, 2017 at 3:19 PM, Todd Palino wrote:
> A few things here…
>
> 1) auto.leader.rebalance.enable can have serious performance impacts on
> larger clusters. It’s currently in need of some development work to enable
> it to batc
A few things here…
1) auto.leader.rebalance.enable can have serious performance impacts on
larger clusters. It’s currently in need of some development work to enable
it to batch leader elections into smaller groups and back off between them,
as well as have a better backoff after broker startup. I
Hi All,
Fpr Re-balancing Kafka partitions, we can set property ->
*auto.leader.rebalance.enable = true in server.properties file.*
*Is that the recommended way or is it better to reBalance the kafka
partitions manually ?(using *scripts - *kafka-preferred-replica-election.sh,
*
*kafka-reassign-