Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
StreamPark currently supports too many flink versions, many projects have rolled to support flink three versions, I think this measure is good, if you support too many flink versions, in order to be compatible with these flink versions at the same time we have to make some compromises at the code level, such as flink 1.14 and flink 1.15 There is a huge difference. And supporting too many Flink versions will affect upgrades between Java versions and Scala versions, such as Java to Java 11, Scala to Scala 2.3 or even 3.
So my idea is that following other projects and only supporting three versions of flink is enough
Beta Was this translation helpful? Give feedback.
All reactions