iginal Message-
> > From: Boyang Chen
> > Sent: 09 August 2019 17:23
> > To: users@kafka.apache.org
> > Subject: Re: How to start a stream from only new records?
> >
> > Hey Tim,
> >
> > if you are talking about avoid re-processing data and start consumption
Original Message-
> From: Boyang Chen
> Sent: 09 August 2019 17:23
> To: users@kafka.apache.org
> Subject: Re: How to start a stream from only new records?
>
> Hey Tim,
>
> if you are talking about avoid re-processing data and start consumption
> from latest,
s of what
offset it committed last time it ran.
Tim Ward
-Original Message-
From: Boyang Chen
Sent: 09 August 2019 17:23
To: users@kafka.apache.org
Subject: Re: How to start a stream from only new records?
Hey Tim,
if you are talking about avoid re-processing data and start consumption
Hey Tim,
if you are talking about avoid re-processing data and start consumption
from latest, you could set your `offset.reset.policy` to latest.
Let me know if this answers your question.
On Fri, Aug 9, 2019 at 7:09 AM Tim Ward wrote:
> With a real time application, nobody is interested in ol