Hello Flink, Is it possible to use contextual data as part of Event Processing (CEP)?
I would like to create some tables associated with each key. These tables would need to be updated as information streams in. The values in these tables would also have to be referenced as part of the rule logic. E.g. if a certain value was seen more than x times, trigger. Finally, when the system is starting up these tables would have to be loaded from a database. Thanks, Doron