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
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
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
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
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