Akka in action

Akka in Action shows you how to build message-oriented systems with Akka. This comprehensive, hands-on tutorial introduces each concept with a working example. You?ll start with the big picture of how Akka works, and then quickly build and deploy a fully functional REST service out of actors. You?ll...

Full description

Bibliographic Details
Main Authors: Roestenburg, Raymond, Bakker, Rob (Author), Williams, Rob (Author)
Format: eBook
Language:English
Published: Shelter Island, NY Manning Publications 2017
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Introducing Akka
  • Up and running
  • Test-driven development with actors
  • Fault tolerance
  • Futures
  • Your first distributed Akka app
  • Configuration, logging, and deployment
  • Structural patterns for actors
  • Routing messages
  • Message channels
  • Finite-state machines and agents
  • System integration
  • Streaming
  • Clustering
  • Actor persistence
  • Performance tips
  • Looking ahead