Can a Flink app that is compiled for an older version run on a cluster that runs a newer version of Flink? Or does the app version have to match the version of Flink that the cluster is running?
d
David Anderson
01/18/2023, 3:00 AM
The community only guarantees compatibility across the same minor version. In other words, the cluster and app can be from different bug fix releases.