Skip to content

Commit

Permalink
[FLINK-15999][doc] Add reference to windowing and ProcessFunction doc…
Browse files Browse the repository at this point in the history
… in event_time.md

Also fix section formatting.
  • Loading branch information
aljoscha committed Feb 21, 2020
1 parent e4c74f4 commit 5d92a82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/dev/event_time.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ take a look at [Timely Stream Processing]({{site.baseurl}}{% link
concepts/timely-stream-processing.md %}) to learn about the concepts behind
timely stream processing.

For information about how to use time in Flink programs refer to
[windowing]({{site.baseurl}}{% link dev/stream/operators/windows.md %}) and
[ProcessFunction]({{ site.baseurl }}{% link
dev/stream/operators/process_function.md %}).

* toc
{:toc}

### Setting a Time Characteristic
## Setting a Time Characteristic

The first part of a Flink DataStream program usually sets the base *time characteristic*. That setting
defines how data stream sources behave (for example, whether they will assign timestamps), and what notion of
Expand Down

0 comments on commit 5d92a82

Please sign in to comment.