Re: Prioritize DataStream

2017-08-22 Thread Till Rohrmann
Hi Elias, sorry for the slow answer. You were right that the answer is currently no. However, people are currently working on changing the way the stream operators work. This will allow the operator to decide from which input to read next. Having such a functionality will enable us to implement

Re: Prioritize DataStream

2017-08-21 Thread Elias Levy
Flink folks, A response to the question below? On Sat, Aug 19, 2017 at 11:02 AM, Elias Levy wrote: > I believe the answer to this question is "no", but I figure I might as > well ask. Is there a way to prioritize a stream? > > The use case is prioritization of a

Prioritize DataStream

2017-08-19 Thread Elias Levy
I believe the answer to this question is "no", but I figure I might as well ask. Is there a way to prioritize a stream? The use case is prioritization of a control stream. This is mostly needed on start-up, where a job might start consuming from the data stream before consuming from the control