InfluxDB handles duplicates nicely, overwriting duplicate data points with the latest for that point in time. But how does Kapacitor, processing a stream, handle duplicates?
If a Kapacitor Task is reading a data stream and the stream contains multiple copies of the same piece of data for a given point in time, does it read it multiple times, or does it do like InfluxDB and read only the last one?