Hi Kafka users,as far as I understand, in Kafka 0.8.1 when auto topic creation is enabled and a producer starts to publish to a new topic, a leader for this topic is selected based on the current load on brokers. Could you please point me to the code where this happens?
I'd like to check the details, as when I create a new topics in rapid succession, they do get distributed among brokers, but not quite evenly.
Thanks a lot, András