Depends:
If you want to base your application logic (windows etc) on processing
time, you can just use WallClockTimestampExtractor.
If you just want to augment you data with processing time information
you can call System.currentTimeMillis() within you custom
TimestampExtractor and add this value to your record.
-Matthias
On 2/9/17 11:29 AM, Shannon Ma wrote:
> Maybe i use the wrong name, I have my own TimestampExtractor for event
> time, but i also like to know the processing(?) time.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Confluent Platform" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to confluent-platform+unsub...@googlegroups.com
> <mailto:confluent-platform+unsub...@googlegroups.com>.