Re: Question on running Kafka Producer in Java environment

2015-01-16 Thread Manikumar Reddy
Pl check your classpath. Some jars might be missing. On Sat, Jan 17, 2015 at 7:41 AM, Su She wrote: > Hello Everyone, > > Thank you for the time and help. I had the Kafka Producer running, but am > having some trouble now. > > 1) Using Maven, I wrote a Kafka Producer similar to the one found her

Question on running Kafka Producer in Java environment

2015-01-16 Thread Su She
Hello Everyone, Thank you for the time and help. I had the Kafka Producer running, but am having some trouble now. 1) Using Maven, I wrote a Kafka Producer similar to the one found here: https://github.com/pppsunil/HelloKafka/blob/master/src/main/java/com/spnotes/kafka/HelloKafkaProducer.java 2)