-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Feature Request]: Support for Apache Flink 1.18 in Beam Runners #30789
Comments
+1 to this issue, my org is in the same boat (long story short: company-wide migration to Java 17, we need Flink 1.18, but we can't use it because of Beam's lack of support). Some fun extra context: #30197 This MR to support Flink 1.17 is currently blocked because the upgrade would break compatibility with checkpoints created in older versions. |
+1 to this issue, we are also in the similar situation at my org as well. |
+1 also interested. |
+1 for this |
+1. Would help support of Java 17. |
+1 for this |
1 similar comment
+1 for this |
|
+1 for this. |
Hi all, looks like this is highly wanted. Could Flink runner user help testing #30197 for their use cases? |
As of timeline, as an open source project the Flink runner component has been community driven. Any contribution is welcome. |
I forked from that PR to add support for 1.18. It's a trivial change, too: thebozzcl@432643b So far this is working fine in our tests, with a caveat - in its current status, there's some incompatibilities with the publicly released libraries (mostly around
I'm hopeful that once the PR for 1.17 is merged, adding support for 1.18 will be trivial. We're going to try using these libraries in one of our more complex pipelines, see if everything still works. |
Also, please note that the codebase in #30197 has diverged from the main branch quite a bit, so I'm not even sure my changes will apply once that's rebased. |
@thebozzcl looks like 1.17 support was just merged in #30197 |
Co-authored-by: Rodrigo Bozzolo <[email protected]>
Closed via #31062 |
This reverts commit 45fe4f9.
This reverts commit 557b5ba.
What would you like to happen?
[Flink Runner] Question
Description
Our organization is in the process of updating our Flink clusters to the latest version, Flink 1.18. We currently use
beam-runners-flink-1.16
to run Apache Beam pipelines on our Flink 1.16 cluster. We are concerned that our Beam pipelines will fail after the upgrade due to incompatibility with Flink 1.18. This is based on the information provided at https://beam.apache.org/documentation/runners/flink/: Flink Version Compatibility section.Ask
We would like to inquire about the timeline and plans for supporting Apache Flink 1.18 in Apache Beam. Is there an ongoing effort to add compatibility for Flink 1.18, or is it on the roadmap for a future release?
Additional Context
Potential Impact
Questions
We appreciate any information or guidance the Apache Beam community can provide on this matter.
Thank you for your time and support.
eBay
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
The text was updated successfully, but these errors were encountered: