Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/content/docs/dev/datastream/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ Example Program
The following program is a complete, working example of streaming window word count application, that counts the
words coming from a web socket in 5 second windows. You can copy & paste the code to run it locally.

Find dependencies needed to run code here https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/dev/datastream/project-configuration/.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please recommend more dynamic url not tied to version number


{{< tabs "7ef5e21b-c24f-404f-af39-e21231b15e0d" >}}
{{< tab "Java" >}}

Expand Down