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

Copy link
Contributor

Choose a reason for hiding this comment

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

why is this targeted to a very old Flink release. I would expect changes to go into master and be backported to the supported versions.

Copy link
Author

@ZDevelop94 ZDevelop94 Jan 21, 2026

Choose a reason for hiding this comment

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

@davidradl @snuyanzin It was raised here as I was looking at this release version at the time and posed an example, hence why I suggested a more dynamic url to address other release versions. Once this is done I can revert the target branch to main

Copy link
Contributor

Choose a reason for hiding this comment

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

@ZDevelop94 We do not support 1.14, so would not be merging changes to 1.14. I suggest a new PR be raised on master or one of the supported versions as @snuyanzin advised. If you need to discuss this first then please use the Flink dev list. fyi I notice that https://nightlies.apache.org/flink/flink-docs-stable/docs/dev/datastream/project-configuration/ does not exist at the latest release Flink version.


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

Expand Down