as the description in flink CEP document: Strict Contiguity: Expects all matching events to appear strictly one after the other, without any non-matching events
I have a stream of events and want to count the number of events in a specific period time to find out event loss. My code is something similar to the following
first of all I have read this post about the same issue and tried to follow the same solution that works for him (create a new quickstart with mvn and migrate t