Re: Input Selectable & Checkpointing

2021-11-25 Thread Piotr Nowojski
you! > > Best wishes, > > Shazia > > > - Original message - > From: "Piotr Nowojski" > To: "Shazia Kayani" > Cc: mart...@ververica.com, "user" > Subject: [EXTERNAL] Re: Input Selectable & Checkpointing > Date: Wed, Nov

RE: Input Selectable & Checkpointing

2021-11-24 Thread Shazia Kayani
mething which has a requirement from flink to prioritise one input datastream over another, to do this I'm currently implemented an operator which extends InputSelectable to do this.However, because of using input selectable checkpointing is disabled as it is currently not supported.I was j

Re: Input Selectable & Checkpointing

2021-11-24 Thread Piotr Nowojski
there consistently being significantly more messages on one source > than another which causes issues when we there are too many messages on the > stream. > > Thanks > > Shazia > > > - Original message - > From: "Martijn Visser" > To: "Shazia Ka

RE: Input Selectable & Checkpointing

2021-11-23 Thread Shazia Kayani
to prioritise one input datastream over another, to do this I'm currently implemented an operator which extends InputSelectable to do this.However, because of using input selectable checkpointing is disabled as it is currently not supported.I was just wondering if anyone has done something simi

Re: Input Selectable & Checkpointing

2021-11-23 Thread Martijn Visser
e input datastream over another, to do this I'm currently implemented an > operator which extends InputSelectable to do this. > However, because of using input selectable checkpointing is disabled as it > is currently not supported. > > I was just wondering if anyone has done someth

Input Selectable & Checkpointing

2021-11-23 Thread Shazia Kayani
Hi All,Hope you are well!I am working on something which has a requirement from flink to prioritise one input datastream over another, to do this I'm currently implemented an operator which extends InputSelectable to do this.However, because of using input selectable checkpointing is disabl