Re: Apache Beam Side input vs Flink Broadcast Stream

2020-02-28 Thread Jin Yi
Hi Arvid, Thanks a lot for the response and yes I am aware of FLIP-17. Eleanore On Fri, Feb 28, 2020 at 2:16 AM Arvid Heise wrote: > Hi Eleanore, > > we understand side-input as something more general than simple broadcast > input, see FLIP-17 for details [1]. > > If a broadcast fits your use

Re: Apache Beam Side input vs Flink Broadcast Stream

2020-02-28 Thread Arvid Heise
Hi Eleanore, we understand side-input as something more general than simple broadcast input, see FLIP-17 for details [1]. If a broadcast fits your use case, you can use that of course. We are aiming for something, where a side input can also be co-partitioned. We are currently laying the foundati