I have a geoevent service I'm trying to design which will bring in the location of 911 calls (JSON input) and if they are in a geofence call my output (JSON rest service) to create an "alert" in my application. My input provides a list of all active 911 calls & because it gets pulled by the service I may get several alerts for the same 911 call.
So to prevent this I'm trying to configure the Incident detector and I've hit a few snags:
My service is designed as such:
JSON input -> Incident Detector -> JSON output
Thanks,
Mark
Solved! Go to Solution.
This approach seems to fix all my issues. I ended up not actually needing the incident detector.
This approach seems to fix all my issues. I ended up not actually needing the incident detector.