Punter Vicky
Punter Vicky

Reputation: 16982

Kafka Auto Rebalance Config

I saw the below in Kafka documentation. Please can you let me know which config file I have to lookup this config?

Since running this command can be tedious you can also configure Kafka to do this automatically by setting the following configuration: auto.leader.rebalance.enable=true

Upvotes: 0

Views: 3482

Answers (1)

Martin
Martin

Reputation: 5322

It is part of the broker configuration which is the configuration file passed to kafka-server-start.sh. In the distribution the file is called server.properties.

Upvotes: 1

Related Questions