I have 3 Kafka brokers in 3 different VMs, with one additionally running a Zookeeper. I now create a topic with 8 partitions. The Producer pushes messages to these group of brokers on the created "topic".
- How does the Kafka distribute a topic and its partitions among the brokers?
- Does the Kafka redistribute the topic when a new Kafka Broker joins a cluster?
- Can the topic partition be increased after the topic was created?