Intro to Akka persistence with Patrik Nordwall

Patrik Nordwall hosts “Akka Persistence.“ Akka Persistence is a new module in Akka 2.3 that adds actor state persistence and at-least-once message delivery semantics to Akka. Patrik covers the following features: -Persistent actors using command and event sourcing -Reliable communication with persistent channels -Replicating events with persistent views -How to use persistence with clustering
Back to Top