Based on what I read on documentation and source code, WSO2CEP works as a passive software, so it only does something if a stream event arrives on it. So if I want to develop some "health check" on the stream, I need to implement it by myself. My question is, does anyone have a first step on how to do it? I am a little lost on where to start. Do I use InputEventAdapterFactory or TimeWindowProcessor? My scenario is "simple", if a stream does not arrive on a x time, I need to create a alert.
Thanks,
Marcelo Sabino