1
0
mirror of https://github.com/minio/minio.git synced 2025-03-25 23:10:57 -04:00
Praveen raj Mani 78d116c487 Event persistence for MQTT ()
- The events will be persisted in queueStore if `queueDir` is set.
- Else, if queueDir is not set events persist in memory.

The events are replayed back when the mqtt broker is back online.
2019-02-25 18:01:13 -08:00
..