Borowiecki
> To: users@kafka.apache.org
> Date: 2017/05/17 10:15
> Subject: Re: Order of punctuate() and process() in a stream
> processor
>
>
>
> Hi Sini,
>
> This is beyond the score of KIP-138 but
> https://issues.apache.org/jira/browse/KAFKA-3
: users@kafka.apache.org
Date: 2017/05/17 10:15
Subject:Re: Order of punctuate() and process() in a stream
processor
Hi Sini,
This is beyond the score of KIP-138 but
https://issues.apache.org/jira/browse/KAFKA-3514 exists to track such
improvements
Thanks,
Michal
On 17 May 2017 5:10
tream times for myself. It's ok for me to trigger it 3 times, but the
> timestamp should not be the same in each, but should be increased by the
> schedule time in each punctuate.
>
> - Sini
>
>
>
> From: Thomas Becker
> To: "users@kafka.ap
quot;Matthias J. Sax"
To: users@kafka.apache.org
Date: 2017/05/12 19:19
Subject: Re: Order of punctuate() and process() in a stream
processor
Thanks for sharing.
As punctuate is called with "streams time" you see the same time value
multiple times. It's again due
ely expensive it's especially bad.
> >
> >
> > From: Matthias J. Sax [matth...@confluent.io]
> > Sent: Friday, May 12, 2017 1:18 PM
> > To: users@kafka.apache.org
> > Subject: Re: Order of punctuate() and process() in a stream processo
;
>>
>> I'm a bit troubled by the fact that it fires 3 times despite the stream
>> time being advanced all at once; is there a scenario when this is
>> beneficial?
>>
>>
>> From: Matthias J. Sax [matth...@confluen
y bad.
From: Matthias J. Sax [matth...@confluent.io]
Sent: Friday, May 12, 2017 1:18 PM
To: users@kafka.apache.org
Subject: Re: Order of punctuate() and process() in a stream processor
Thanks for sharing.
As punctuate is called with "streams time" you see the same time value
e
> timestamp should not be the same in each, but should be increased by the
> schedule time in each punctuate.
>
> - Sini
>
>
>
> From: Thomas Becker
> To: "users@kafka.apache.org"
> Date: 2017/05/12 18:57
> Subject:RE: Order of
t the
timestamp should not be the same in each, but should be increased by the
schedule time in each punctuate.
- Sini
From: Thomas Becker
To: "users@kafka.apache.org"
Date: 2017/05/12 18:57
Subject: RE: Order of punctuate() and process() in a stream
processor
I
users@kafka.apache.org
Subject: Re: Order of punctuate() and process() in a stream processor
Hi Peter,
It's by design. Streams internally tracks time progress (so-called
"streams time"). "streams time" get advanced *after* processing a record.
Thus, in your case, "stream time&q
uot;Matthias J. Sax"
To: users@kafka.apache.org
Date: 2017/05/12 18:39
Subject: Re: Order of punctuate() and process() in a stream
processor
Hi Peter,
It's by design. Streams internally tracks time progress (so-called
"streams time"). "streams time" get advanced *
Hi Peter,
It's by design. Streams internally tracks time progress (so-called
"streams time"). "streams time" get advanced *after* processing a record.
Thus, in your case, "stream time" is still at its old value before it
processed the first message of you send "burst". After that, "streams
time"
Hi,
Let's assume the following case.
- a stream processor that uses the Processor API
- context.schedule(1000) is called in the init()
- the processor reads only one topic that has one partition
- using custom timestamp extractor, but that timestamp is just a wall
clock time
Image the followin
13 matches
Mail list logo