Re: NoClassDefFoundError at producer end

2015-04-23 Thread Gwen Shapira
Since it is a runtime error, Maven dependency is less relevant than what you have in your class path (unless you built a shaded uber-jar). You'll need Scala runtime and zkclient jar in the classpath, can you check that you have those around? On Thu, Apr 23, 2015 at 6:15 AM, abdul hameed pathan w

NoClassDefFoundError at producer end

2015-04-23 Thread abdul hameed pathan
Hi, we are getting NoClassDefFoundError at our producer end. We are using only syn producer. we have 3 data producer systems whose using same kafka.javaapi.producer.Producer instance.Bellow is the maven dependency org.apache.kafka