Hi @Ryan_Waszak - the warning is specific to NFS and network storage volumes. As mentioned in my previous reply, the Zeebe brokers use an embedded RocksDB to track process state during internal processing before it’s shipped off to the exporter. If you don’t use persistent volumes and the brokers restart or crash, you lose any information that was in the middle of that internal processing lifecycle. Which means that you can lose some data related to your currently running processes. These links should shed more light on the internals:
1 Like