Building Event-Driven Systems with Akka
Learn how Akka actors and streams support production event-driven systems, from event fan-out and decoupled processing to retries, dead letters, and o...
Read MoreExplore all lessons related to Akka
Learn how Akka actors and streams support production event-driven systems, from event fan-out and decoupled processing to retries, dead letters, and o...
Read MoreA practical introduction to Akka Streams through the problems that make it valuable in production: backpressure, uneven throughput, bounded resources,...
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 supervision contains failure, when restart or stop is the right decision, and how to recover from real production problems without hidi...
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 More