: Friday, August 23, 2013 12:13 AM
> To: users@kafka.apache.org
> Subject: Re: repeated for request offset out of range
>
> Are you using the ZK-based consumer or SimpleConsumer? Only the former
> automatically resets offsets on OffsetOutOfRangeException.
>
> Thanks,
>
>
We are using high-level API, not the SimpleConsumer.
Thanks,
Jiang
-Original Message-
From: Jun Rao [mailto:jun...@gmail.com]
Sent: Friday, August 23, 2013 12:13 AM
To: users@kafka.apache.org
Subject: Re: repeated for request offset out of range
Are you using the ZK-based consumer or
Are you using the ZK-based consumer or SimpleConsumer? Only the former
automatically resets offsets on OffsetOutOfRangeException.
Thanks,
Jun
On Thu, Aug 22, 2013 at 10:23 AM, Wu, Jiang2 wrote:
> Hi,
>
> In our log we see there are repeated errors due to the same request whose
> offset is out
t; Jiang
>
> -Original Message-
> From: Neha Narkhede [mailto:neha.narkh...@gmail.com]
> Sent: Thursday, August 22, 2013 3:33 PM
> To: users@kafka.apache.org
> Subject: Re: repeated for request offset out of range
>
> Could you check the kafka-request.log for these Fetc
l
correct.
Regards,
Jiang
-Original Message-
From: Neha Narkhede [mailto:neha.narkh...@gmail.com]
Sent: Thursday, August 22, 2013 3:33 PM
To: users@kafka.apache.org
Subject: Re: repeated for request offset out of range
Could you check the kafka-request.log for these FetchRequests and see if
Could you check the kafka-request.log for these FetchRequests and see if
they are sent by the same clientId ? Also, from the same kafka-request.log,
could you check if the Kafka server received an OffsetRequest after these
FetchRequests ?
Thanks,
Neha
On Thu, Aug 22, 2013 at 10:23 AM, Wu, Jiang2