Weak Consistency
With weak consistency, the data will be lost if the cache crashes before propagating the data to the database
How does it work?
- the client executes a write operation against the cache server
- the cache writes the received data to the message queue
- the cache sends an acknowledgment signal to the client
- the event processor asynchronously writes the data to the database