Kafka - Cluster Architecture
Which of the following is the correct way to set the replication factor when creating a Kafka topic using the command line?
kafka-topics.sh --create --topic my-topic --partitions 3 --replication-factor ? --bootstrap-server localhost:9092
