Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Flink 2.0 #59

Open
amotl opened this issue Feb 17, 2025 · 2 comments
Open

Update to Flink 2.0 #59

amotl opened this issue Feb 17, 2025 · 2 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@amotl
Copy link
Member

amotl commented Feb 17, 2025

About

It looks like Apache Flink is approaching version 2.0. ✨

Backlog

Our code will need some adjustments, as CI is failing on the relevant update staged by @dependabot.

@amotl amotl added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@matriv
Copy link
Contributor

matriv commented Feb 20, 2025

We cannot make adjustments currently for flink 2.0-preview.
The addSink() methods are deprecated and expect a SinkFunction which is moved to a legacy package, but flink jdbc connector hasn't made that move yet. Additionally the flink jdbc connector hasn't added support to create the new Sink iface which is used to the new toSink() methods.

So this is stalled, until it supports the 2.0-preview, see open PR that is supposed to do this: apache/flink-connector-jdbc#153

@amotl
Copy link
Member Author

amotl commented Feb 20, 2025

Hi. Thank you very much for your evaluations. Let's resume this procedure after upstream has things in order.
I guess we will receive a similar update by Dependabot like #53, when a new release of flink-connector-jdbc is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants