DataLinkDC / dinky

Dinky is a real-time data development platform based on Apache Flink, enabling agile data development, deployment and operation.
http://www.dinky.org.cn
Apache License 2.0
3.08k stars 1.13k forks source link

[Optimization][dinky-cdc] Suggest to fix the dinky cdc integration issue after flink cdc upgraded from 3.1 #3604

Closed medivh511 closed 1 month ago

medivh511 commented 3 months ago

Search before asking

Description

After the flink cdc released the new version 3.1, the whole project was developed under apache scope and package names all changed;If u integrate the latest flink cdc into dinky, the version conflict will happen, because the jar depandency and class import could not be found

  1. The pom xml still contain the flink cdc package from ververica

25ed0cb8b7d35fa781c49946c5047a1

  1. The cdc class still be imported from ververica

1028bd703223251d13b95758b8acfc4

We hope dinky from 1.1 could catch up with the latest flink cdc!

Are you willing to submit a PR?

Code of Conduct

github-actions[bot] commented 3 months ago

Hello @medivh511, this issue is about CDC/CDCSOURCE, so I assign it to @aiwenmo. If you have any questions, you can comment and reply.

你好 @medivh511, 这个 issue 是关于 CDC/CDCSOURCE 的,所以我把它分配给了 @aiwenmo。如有任何问题,可以评论回复。

Zzm0809 commented 2 months ago

在 1.1.0 版本中会只使用最新的依赖,且不会做兼容,至此在 dinky1.1.0 及以后,最低 cdc 要求版本在 3.1+