Hi Team, Does flink have support for java17 and ja...
# troubleshooting
s
Hi Team, Does flink have support for java17 and java21, or is it still in Beta mode?
d
what version of Flink? current version supports java 17 not sure about java21
s
flink version 1.19.1
d
java 17 is mostly supported but java 11 maybe most stable
“The challenge with Java 17 is that there are still some parts of Flink (and the libraries and jvm features it uses) that aren’t entirely stable or well-tested under Java 17. Most of this has been worked out, IIRC, but consensus is that it needs production burn-in time. That’s why you see most folks unable to support it. We still see lots of folks developing with Java 17 and targeting Java 11 bytecode (i.e.
--target 11
).” This message was sent from Eric Sammer of decodable although not specifically in reference to Flink version 1.19.1