I'm new with apache flink and I need to implement a fraud detector with fixed time.
Basically what I need is to take data from 3 topics from kafka (UserAuthentication,PasswordChanged and SafeTransaction).
when I get events of userAuthentication and passwordChanged wait for 5 minutes, if a safeTransaction confirmation was not received in that 5 minutes I need to launch a fraud alert.
I have been reading about PatternAPI used in apache flink to do CEP but I couldn't find any example taking data from different topics and finding a similar pattern as mine in data.
I will be grateful for getting any suggestion to approach this problem.
p.s: I'm not an English native speaker, so I apologize beforehand if my grammar and redaction is not clear