Re: Java Consumer Issue

2016-05-09 Thread Vahid S Hashemian
Thanks Ismael. I had the same suspicion and had run the build (./gradlew jar) as you suggested. But unfortunately, that didn't resolve the issue. Regards, --Vahid Hashemian From: Ismael Juma To: dev@kafka.apache.org Date: 05/09/2016 05:05 PM Subject: Re: Java Consumer

Re: Java Consumer Issue

2016-05-09 Thread Ismael Juma
hen I also run the server in my IDE, I don't get > this exception. > > Regards, > --Vahid Hashemian > > > > > From: Ismael Juma > To: dev@kafka.apache.org > Date: 05/09/2016 03:14 PM > Subject:Re: Java Consumer Issue > Sent by:isma

Re: Java Consumer Issue

2016-05-09 Thread Vahid S Hashemian
n the server in my IDE, I don't get this exception. Regards, --Vahid Hashemian From: Ismael Juma To: dev@kafka.apache.org Date: 05/09/2016 03:14 PM Subject: Re: Java Consumer Issue Sent by:isma...@gmail.com Hi Vahid, What is the broker version? Ismael On Mon, M

Re: Java Consumer Issue

2016-05-09 Thread Ismael Juma
Hi Vahid, What is the broker version? Ismael On Mon, May 9, 2016 at 11:09 PM, Vahid S Hashemian < vahidhashem...@us.ibm.com> wrote: > I am trying to create a very simple (new) consumer in Java using the > trunk: > > Properties props = new Properties(); > props.pu

Java Consumer Issue

2016-05-09 Thread Vahid S Hashemian
I am trying to create a very simple (new) consumer in Java using the trunk: Properties props = new Properties(); props.put("bootstrap.servers", "localhost:9092"); props.put("group.id", "group1"); props.put("key.deserializer", "org.a