I am using Kafka 0.8
On Fri, Feb 28, 2014 at 4:30 PM, Neha Narkhede <neha.narkh...@gmail.com>wrote: > What version of Kafka are you using? > > > On Fri, Feb 28, 2014 at 3:18 PM, Vadim Keylis <vkeylis2...@gmail.com> > wrote: > > > Good afternoon. I am writing my own client that is based on simple > > consumer. I implemented method that is based on example in the kafka > > documents that sends request to kafka to find an offset. I am trying to > > find offsets after given offset. The api returns success even those > offset > > does not exist but offsets array has length of 0. What is the right way > to > > find next valid offset if the one been passed not found in Kafka. > > > > Thanks, > > Vadim > > >