I'm trying to implement mosquitto broker with InfluxDB.
My concern is that the data won't be stored properly, because InfluxDB is a "real-time" database and the MQTT protocol is asynchronous. So the values might be stored in the incorrect order.
Are my concerns valid? Can a "real-time" database be used with the MQTT protocol when the original sequence of values needs to be preserved?