Re: sharing data between 2 pipelines

2022-05-10 Thread yidan zhao
why not put the two pipelines together. David Anderson 于2022年5月11日周三 00:13写道: > > This sounds like it might be a use case for something like a > KeyedCoProcessFunction (or possibly a KeyedBroadcastProcessFunction, > depending on the details). These operators can receive inputs from two > diffe

Re: sharing data between 2 pipelines

2022-05-10 Thread David Anderson
This sounds like it might be a use case for something like a KeyedCoProcessFunction (or possibly a KeyedBroadcastProcessFunction, depending on the details). These operators can receive inputs from two different sources, and share state between them. The rides and fares exercise [1] from the flink-