Re: Flink compatibility with JDK17

2023-05-11 Thread amenreet sodhi
Hi Martijn, Thanks a lot for sharing this information. Best regards, Amenreet Singh Sodhi On Thu, May 11, 2023, 11:43 PM Martijn Visser wrote: > Hi Amenreet Singh Sodhi, > > Flink is compatible with JDK8 and JDK11, not with JDK17. You can find the > Jira issue that tracks compatibility at > ht

Re: Flink compatibility with JDK17

2023-05-11 Thread Martijn Visser
Hi Amenreet Singh Sodhi, Flink is compatible with JDK8 and JDK11, not with JDK17. You can find the Jira issue that tracks compatibility at https://issues.apache.org/jira/browse/FLINK-15736. The biggest problem is the Kryo serializer that's currently being used. That doesn't work with JDK17, but up