I see that streams require a "timestamp extractor" for stateful processing such as windows, joins, etc. However, is it possible to retrieve the timestamp from a "map" function (or maybe the deserializer)? My source data does not have a timestamp so I am trying to use the event time to augment the output data.
--
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.
To post to this group, send email to confluent-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/5aaa16bf-bee3-4f85-9f2c-0d7ccabe547e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dan,for clarification:> My source data does not have a timestamp so I am trying to use the event time to augment the output data.If your source data does not have any timestamp, how would you be able to augment the output data with event-time, which (by definition, almost) is based on information in the source data itself? Do you mean processing-time, i.e. the time when your source data happens to being processed by a Streams application?-Michael
On Wed, Jan 18, 2017 at 3:44 PM, Dan Kinsley <d...@mgemi.com> wrote:
I see that streams require a "timestamp extractor" for stateful processing such as windows, joins, etc. However, is it possible to retrieve the timestamp from a "map" function (or maybe the deserializer)? My source data does not have a timestamp so I am trying to use the event time to augment the output data.
--
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.
To post to this group, send email to confluent...@googlegroups.com.