[Fixed] Replication factor: larger than available brokers

I received this error when trying to create a Kafka topic. I have given the replication factor 2 which is more than my broker count i.e., 1.

[Fixed] Missing required argument “[partitions]”

This is the error message you get when you try to create the Kafka topic in the command line. Kafka organizes message feeds into categories called topics. Each topic has a name that is unique across the entire Kafka cluster.

Up ↑