Re: Flink Control Stream

2019-04-25 Thread Dominik Wosiński
Thanks for help Till, I thought so, but I wanted to be sure. Best Regards, Dom.

Re: Flink Control Stream

2019-04-24 Thread Till Rohrmann
Hi Dominik, I think it is not possible to use Flink's AsyncFunction together with a ConnectedStream or when you use BroadcastState. Therefore, it would be necessary that you inject the control messages into your normal stream and then filter them out in the AsyncFunction#asyncInvoke call. Cheers,

Flink Control Stream

2019-04-24 Thread Dominik Wosiński
Hey, I wanted to use the control stream to dynamically adjust parameters of the tasks. I know that it is possible to use *connect()* and *BroadcastState *to obtain such a thing. But I would like to have the possibility to control the parameters inside the *AsyncFunction. *Like specific timeout for