Hey all - I've been deploying dockerized flink jobs in k8s, using v1.17.x
Our company is interested in deploying to Kinesise Data Analytics (KDA) managed flink platform instead of k8s - but the flink runtime in KDA is pinned at 1.15.2
Does anyone know what kind of tradeoffs I'd be making with 1.17. vs 1.15.x?
fwiw, it seems like I can run a flink jar that was compiled with v1.17.x in KDA (runtime 1.15.x) - but I'm guessing that's generally a bad idea 🤔