Re: Modelling time for complex events generated out of simple ones

2020-04-23 Thread Arvid Heise
We had a larger discussion on stackoverflow [1], so I'm adding a cross link if any other user is coming here first. [1] https://stackoverflow.com/questions/61309174/modelling-time-for-complex-events-generated-out-of-simple-ones/ On Mon, Apr 20, 2020 at 6:52 AM Salva Alcántara wrote: > In

Re: Modelling time for complex events generated out of simple ones

2020-04-19 Thread Salva Alcántara
In my case, the relationship between input and output events is that output events are generated out of some rules based on input events. Essentially, output events correspond to specific patterns / sequences of input events. You can think of output events as detecting certain anomalies or

Re: Modelling time for complex events generated out of simple ones

2020-04-19 Thread Yun Tang
when generating them. I think there is no absolute rules and all depends on your actual scenarios. Best Yun Tang From: Salva Alcántara Sent: Monday, April 20, 2020 2:03 To: user@flink.apache.org Subject: Modelling time for complex events generated out of simple

Modelling time for complex events generated out of simple ones

2020-04-19 Thread Salva Alcántara
My flink application generates output (complex) events based on the processing of (simple) input events. The generated output events are to be consumed by other external services. My application works using event-time semantics, so I am bit in doubt regarding what should I use as the output