flink
flink copied to clipboard
Scala support removed from Flink
Hi,
I am enjoying the course however, I am trying to use some of the newer Flink versions and it appears these examples no longer build due to flink-scala no longer being in existance.
It would be great if you could update the course to show how to use Flink 1.17 with the scala wrappers.
Thanks
The flink-scala library exists but the project doesn't build for another reason - the connector libraries were not published after Flink 1.14.
The course should work the same with Flink 1.17 if you make a new project and just add the flink-scala library, and a separate project just for the connectors chapter with Flink 1.14 and the connectors libraries, separately.