findify / flink-adt

Scala ADT support for Apache Flink
MIT License
51 stars 9 forks source link

Does this works on flink-1.12.1? #17

Closed louisliu318 closed 2 years ago

louisliu318 commented 2 years ago

Does this works on flink-1.12.1?

shuttie commented 2 years ago

It depends on how you define “works”. Only Flink 1.15 is Scala free (so flink-adt can be used with Scala 3, for example). Right now this library is exclusively for 1.15 and cannot be backported to earlier versions.

Flink 1.12 is Scala 2.12 only, so technically some older versions of this library (like 0.4.x) could be rebuilt with flink 2.12, but I don’t see much reason to spend time supporting EOLed version of flink. Time to upgrade! :)

louisliu318 commented 2 years ago

@shuttie thanks for your advice. I will try to upgrade flink to 1.15.