Cluster Sharding and Location-Transparent State
Learn how Akka Cluster Sharding distributes large numbers of stateful entities across a cluster, why location transparency matters, and where sharding...
Read MoreExplore all lessons related to Actors
Learn how Akka Cluster Sharding distributes large numbers of stateful entities across a cluster, why location transparency matters, and where sharding...
Read MoreLearn how Akka actors and streams support production event-driven systems, from event fan-out and decoupled processing to retries, dead letters, and o...
Read MoreLearn when an Akka actor should wait for a reply, when it should send work asynchronously and move on, and how to keep actor workflows from collapsing...
Read MoreLearn how Akka actors model changing state over time through explicit behavior transitions, using practical examples such as sessions, rate limiting, ...
Read MoreLearn how to design Akka message protocols that are explicit, safe, and evolvable, using realistic payment and inventory workflows instead of vague ac...
Read MoreBuild a realistic Akka Typed service around order intake, and learn how behaviors, message protocols, child actors, and lifecycle decisions fit togeth...
Read More