Event Sourcing and Akka Persistence
Learn when event sourcing is worth the extra complexity, how commands, events, and state fit together in Akka Persistence, and how persistent actors r...
Read MoreExplore all lessons related to Resilience
Learn when event sourcing is worth the extra complexity, how commands, events, and state fit together in Akka Persistence, and how persistent actors r...
Read MoreLearn what really changes when Akka actors move from one JVM to a cluster, and how to reason about membership, discovery, partitions, node loss, and t...
Read MoreLearn how Akka supervision contains failure, when restart or stop is the right decision, and how to recover from real production problems without hidi...
Read MoreAn engineering-first introduction to the problems Akka was built to solve, from shared mutable state and thread coordination to failure isolation in h...
Read MoreMaster ZIO's powerful typed error handling system. Learn to catch, recover from, and transform errors with complete type safety, building resilient ap...
Read More