David Wisecup
05/16/2023, 3:09 AMThe message "Unable to make field private final byte[] java.lang.String.value accessible: module java.base does not "opens java.lang" to unnamed module"
This error message indicates an issue that is occurring due to restrictions on reflection introduced in Java 9 with the introduction of the Java Platform Module System (JPMS).
For flink 1.17.0, what's the recommend Java version which is most compatible?