I have a Spring Boot Application with Flink running on JDK 8.
But I want to run it on JDK 11.
I have question given below .
Will Apache flink support and run on Java 11?
Note : I have a apache-kafka system setup where I need to consume and process the data. I am using Flink for processing the data after consumption.
What necessary steps I need to take to upgrade my project to run on JDK 11 ?