Influxdb writing data guide saying following:
By default, the HTTP request times out after five seconds. InfluxDB will still attempt to write the points after that time out but there will be no confirmation that they were successfully written.
Does this mean, all data received until “timeout” will be stored and after that data will be discarded?
(or)
Even after “timeout” if the data is in stream, it will be consumed and written to store, but response code will be 500?
Can someone please clarify?