Hi all,
I’m following the Kafka tutorial and failing at the step:
java -cp target/Tutorial-1.0-SNAPSHOT.jar com.hortonworks.tutorials.tutorial1.TruckEventsProducer localhost:9092 localhost:2181 &
I’ve made sure that zookeeper is running, the truckevent topic is active, and maven compiled a clean package. Console producer works just fine, but the TruckEventsProducer doesn’t work and I can’t figure out why.