Kafka - Performance Tuning
You tried to create a Kafka topic with 0 partitions using the command:
kafka-topics --create --topic test --num-partitions 0 --bootstrap-server localhost:9092. What is the likely issue?