flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

Support for Flink 1.15

Open tigrulya-exe opened this issue 3 years ago • 4 comments

Hello! Are there any plans in the near future to support version 1.15 of Flink?

tigrulya-exe avatar Jul 12 '22 05:07 tigrulya-exe

Yes, we will support 1.15 @tigrulya-exe, let me think how to support multiple versions(1.13&1.14&1.15)

leonardBang avatar Jul 18 '22 02:07 leonardBang

Hello, @leonardBang! Thanks for the reply, but is it even possible to support all of this Flink versions in one CDC-connectors version without backporting Flink 1.15 features to older versions of Flink? At first, I thought about using different maven profiles in CDC for different Flink versions, but, as far as I understand, Flink 1.15 also brings some code, that breaks backward compatibility (e.g. removing old planner, LogicalTypeChecks.hasFamily removal, etc.). So, maybe it will be more simpler to introduce separate CDC version for 1.15+?

tigrulya-exe avatar Aug 23 '22 08:08 tigrulya-exe

Hello, @leonardBang! I've added PR with Maven profiles approach - #1504. Could you take a look, please?

tigrulya-exe avatar Aug 24 '22 07:08 tigrulya-exe

Thanks @tigrulya-exe for opening this PR, @PatrickRen Could you help review this PR?

leonardBang avatar Aug 24 '22 12:08 leonardBang