Kafka - Basics and Event Streaming
You run
kafka-console-producer.sh --topic my-topic --broker-list localhost:9092 but get an error saying 'Unknown option: --broker-list'. What is the likely cause?