Re: Offset after message deletion

2016-03-27 Thread Manikumar Reddy
It will continue from the latest offset. offset is a increasing, contiguous sequence number per partition. On Mon, Mar 28, 2016 at 9:11 AM, Imre Nagi wrote: > Hi All, > > I'm new in kafka. So, I have a question related to kafka offset. > > From the kafka documentation in here >

Offset after message deletion

2016-03-27 Thread Imre Nagi
Hi All, I'm new in kafka. So, I have a question related to kafka offset. >From the kafka documentation in here , it said : > The Kafka cluster retains all published messages—whether or not they have > been consumed—for a configurable period of time. Fo