Are there any examples of building up a Flink pipeline via a scripting language versus running java code directly?
r
rmoff
02/14/2024, 9:37 AM
like with Flink SQL, for example ?
h
Hunter
02/14/2024, 12:30 PM
Yes, but I'm seeing if there is a way to handle this "out of tree" on a stable interface.
r
rmoff
02/14/2024, 1:46 PM
can you explain what you mean by
out of tree
please?
h
Hunter
02/14/2024, 1:46 PM
Flink SQL is developed with the rest of Flink "in tree". If API/ABI contracts changing would impact it, those would be caught during a normal development cycle.
Hunter
02/14/2024, 1:48 PM
Since I'm not in a position to get that same level of oversight if I build something custom, I'm wondering if its been done before.