This is an automated email from the ASF dual-hosted git repository. aljoscha pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push: new 3846928 Add link to KeyedProcessFunction to side output documentation 3846928 is described below commit 384692866113ae8f303c1ffcf206aca950c7d4d6 Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> AuthorDate: Tue Jan 15 14:31:21 2019 +0100 Add link to KeyedProcessFunction to side output documentation --- docs/dev/stream/side_output.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dev/stream/side_output.md b/docs/dev/stream/side_output.md index 4632995..7ca195d 100644 --- a/docs/dev/stream/side_output.md +++ b/docs/dev/stream/side_output.md @@ -58,6 +58,7 @@ contains. Emitting data to a side output is possible from the following functions: - [ProcessFunction]({{ site.baseurl }}/dev/stream/operators/process_function.html) +- [KeyedProcessFunction]({{ site.baseurl }}/dev/stream/operators/process_function.html#the-keyedprocessfunction) - CoProcessFunction - [ProcessWindowFunction]({{ site.baseurl }}/dev/stream/operators/windows.html#processwindowfunction) - ProcessAllWindowFunction