[DISCUSS] Introducing Backpressure for connected streams

2021-03-23 Thread Robin KC
Hi all, The issue has been discussed before here - http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Sharing-state-between-subtasks-td24489.html Our use case requires event time join of two streams and we use ConnectedStreams for the same. Within the CoProcessFunction, we buffer reco

Re: [DISCUSS] Introducing Backpressure for connected streams

2021-03-24 Thread Robin KC
gt; input of two to align the watermark. > > After the FLIP-27 Flink would introduce some new mechanism for aligning > the > > watermark of different sources .Maybe @Becket could give some inputs or > > some plans for this. > > > > Best, > > Guowei > > > >