Hi,I have a doubt about Flink operators implementation and I am trying to search some link on the internet about thisDo the operators in Flink are compiled and fused at runtime? Do you guys have a link that can explain to me how it is implemented in Flink?Kind Regards,Felipe---- Felipe Gutierrez-- skype: felipe.o.gutierrez-- https://felipeogutierrez.blogspot.com
Hi Felipe,Operators are fused by the system, yes. We call it operator chaining, read more about it here: https://ci.apache.org/projects/flink/flink-docs-master/concepts/runtime.htmlOn Fri, Apr 20, 2018 at 11:58 AM, Felipe Gutierrez <[hidden email]> wrote:Hi,I have a doubt about Flink operators implementation and I am trying to search some link on the internet about thisDo the operators in Flink are compiled and fused at runtime? Do you guys have a link that can explain to me how it is implemented in Flink?Kind Regards,Felipe---- Felipe Gutierrez-- skype: felipe.o.gutierrez-- https://felipeogutierrez.blogspot.com