Are there any examples of building up a Flink pipe...
# random
h
Are there any examples of building up a Flink pipeline via a scripting language versus running java code directly?
r
like with Flink SQL, for example ?
h
Yes, but I'm seeing if there is a way to handle this "out of tree" on a stable interface.
r
can you explain what you mean by
out of tree
please?
h
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.
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.