Book description
When it comes to big data processing, we can no longer ignore concurrency or try to add it in after the fact. Fortunately, the solution is not a new paradigm of development, but rather an old one. With this hands-on guide, Java and Scala developers will learn how to embrace concurrent and distributed applications with the open source Akka toolkit. You’ll learn how to put the actor model and its associated patterns to immediate and practical use.
Throughout the book, you’ll deal with an analogous workforce problem: how to schedule a group of people across a variety of projects while optimizing their time and skillsets. This example will help you understand how Akka uses actors, streams, and other tools to stitch your application together.
- Model software that reflects the real world with domain-driven design
- Learn principles and practices for implementing individual actors
- Unlock the real potential of Akka with patterns for combining multiple actors
- Understand the consistency tradeoffs in a distributed system
- Use several Akka methods for isolating and dealing with failures
- Explore ways to build systems that support availability and scalability
- Tune your Akka application for performance with JVM tools and dispatchers
Publisher resources
Table of contents
- Preface
-
1. The Actor Model
- Reality Is Eventually Consistent
- Deconstructing the Actor Model
- All Computation Is Performed Within an Actor
- Actors Can Communicate Only Through Messages
- Actors Can Create Child Actors
- Actors Can Change Their State or Behavior
- Everything Is an Actor
- Uses of the Actor Model
- Defining Clear Boundaries
- When Is the Actor Model Appropriate?
- Conclusion
- 2. Introducing Akka
- 3. Distributed Domain-Driven Design
- 4. Good Actor Design
- 5. Good Data Flow
- 6. Consistency and Scalability
- 7. Fault Tolerance
- 8. Availability
- 9. Performance
- Afterword
- References
- Index
Product information
- Title: Applied Akka Patterns
- Author(s):
- Release date: December 2016
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491934838
You might also like
book
Akka in Action, Second Edition
Akka solves the big problems of distributed systems, from multithreading and concurrency to scalability and failure. …
book
Reactive Messaging Patterns with the Actor Model: Applications and Integration in Scala and Akka
USE THE ACTOR MODEL TO BUILD SIMPLER SYSTEMS WITH BETTER PERFORMANCE AND SCALABILITY Enterprise software development …
book
Akka in Action
Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes …
book
Effective Akka
Avoid common mistakes when building distributed, asynchronous, high-performance software with the Akka toolkit and runtime. With …