davidradl commented on code in PR #27366: URL: https://github.com/apache/flink/pull/27366#discussion_r2650771559
########## docs/content/docs/dev/datastream/overview.md: ########## @@ -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/. Review Comment: 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
