Re: dynamic streams and patterns

2016-07-26 Thread Ufuk Celebi
On Mon, Jul 25, 2016 at 10:09 AM, Claudia Wegmann wrote: > To 3) Would an approach similar to King/RBEA even be possible combined with > Flink CEP? As I understand, Patterns have to be defined in Java code and > therefore have to be recompiled? Do I overlook something important? Pulling in Till (

Re: dynamic streams and patterns

2016-07-14 Thread Robert Metzger
Hi Claudia, 1) What do you mean by dynamically adding? In standalone mode (which you would probably use with Docker images), you can just start additional TaskManagers, which will connect to a JobManager. So you could implement some monitoring to start new TaskManagers as soon as they are needed.