Re: Side outputs PyFlink

2021-05-20 Thread Dian Fu
Hi Wouter, You are right that side out is still not supported in PyFlink. It’s definitely one of the features we want to support in the next release. For now, the workaround you mentioned is also what I have in my head. Personally I think if the performance of the filter is good enough, it

Side outputs PyFlink

2021-05-20 Thread Wouter Zorgdrager
Dear Flink community, First of all, I'm very excited about the new 1.13 release. Among other features, I'm particularly excited about the support of stateful operations in Python. I think it will make the wonders of stream processing and the power of Flink accessible to more developers. I'm