Hi,

I have a stream of IoT sensor data being fed into Influx. Occasionally some 
data may be lost during transmission (device out of range etc) and I need to 
detect when this happens so I can request re-transmission.

One option would be to run a periodic process to find the gaps. However doing 
this for thousands of sensors will, I suspect, get quite heavy. I have a couple 
of questions about the data flow within Influx.

1. When I write via the HTTP api and I get a HTTP 204 response has the data 
been written to the disk?
2. If I have a Kapacitor UDF has the data been written before it reaches my UDF?
3. Is a UDF instance created for each stream interval or does it carry over?

Alternatively is there another methodology for detecting gaps in data in Influx?

Thanks,

Rowan

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/d230812d-b62e-40f0-be17-c094e32039bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to