le. You have to use old scala
> consumer API.
>
> On Wed, Feb 8, 2017 at 9:35 PM, Jeffrey Zhang >
> wrote:
>
> > Any insight about these two versions, v0822 vs. v0101, of the Kafka
> > behaviors as described below?
> > Thanks
> >
> > Jeffr
b 8, 2017, at 11:34 AM, Ismael Juma wrote:
>
> As Manikumar said, you need to use the Scala consumer if the client is
> v0.8.2.x. The Java consumer is only supported from 0.9.0.0. Is there a
> reason why you can't upgrade your client?
>
> Ismael
>
> On Wed, Feb 8, 2017 at
t; > On Feb 8, 2017, at 8:17 AM, Manikumar wrote:
> >
> > Are you using new java consumer API? It is officially released as part
> of
> > 0.9 release.
> > 0.8.2.2 java consumer code may not be usable. You have to use old scala
> > consumer API.
> >
> &g
Any insight about these two versions, v0822 vs. v0101, of the Kafka
behaviors as described below?
Thanks
Jeffrey
> On Feb 7, 2017, at 7:42 PM, Jeffrey Zhang wrote:
>
> hi
>
> I have difficulty to have Kafka Client 0.8.2.2 to consume the messages on a
> Kafka Server 0.10.1
hi
I have difficulty to have Kafka Client 0.8.2.2 to consume the messages on a
Kafka Server 0.10.1.1, though I could produce message from this client
0.8.2.2 to the same server 0.10.1.1.
My questions:
1) could Kafka Client 0.8.2.2 be able to consume the messages from Server
0.10.1.1?
1.1) If yes,