Anyone using the Flink wrapper? #1639
Replies: 2 comments 5 replies
-
Do we want to collect feedback on this from
What do you mean hereby? How would such a migration look like? |
Beta Was this translation helpful? Give feedback.
-
I also think that the existing modules are better located in a "normal" module since they do not use many flink features. But I would not give up the Flink integration complety (Maven-Flink-Archetype). |
Beta Was this translation helpful? Give feedback.
-
Hi,
in
streampipes-extensions
, we have a few modules that provide pipeline elements using the Apache Flink wrapper. This was a very protoypical implementation we haven't touched for a while. The main drawback is that pipeline elements need to be explicitely developed for Flink and cannot run in the default standalone mode.While refactoring the API, I discovered that these pipeline elements are not supposed to work anymore since we switched to Spring Boot 3 which requires Java 17, while Flink supports Java 11 as maximum version.
So I guess nobody is using Flink components? In this case, I'd propose to migrate a few Flink-based pipeline elements we would like to keep to the default implementation and remove the extensions modules afterwards. We can still keep the current implementation of the Flink runtime in case somebody wants to work on this.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions