Kafka - Topics and Partitions
Which of the following is the correct way to specify the number of partitions when creating a Kafka topic using the command line?
kafka-topics.sh --create --topic my-topic --bootstrap-server localhost:9092 --partitions ?
