Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Different Notions of Time

In Flink Streaming, every element has a timestamp attached to it. When a value enters a streaming topology through a source this source attaches a timestamp to the value. The timestamp can either be the current system time of the source (ingress time) or it can be a timestamp that is extracted from the value (event time).

...