Akka in Action
β Scribed by Francisco Lopez-Sancho Abraham
- Publisher
- Manning
- Year
- 2023
- Tongue
- English
- Leaves
- 400
- Edition
- 2
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Akka solves the big problems of distributed systems, from multithreading and concurrency to scalability and failure. Learn how to use it effectively.
In Akka in Action, Second Edition you will learn how to:
- Create basic programs with Akka Typed
- Work with clusters to build robust, fault-tolerant programs
- Use Akka with Kubernetes
- Build microservices with Akka
- Create and maintain distributed state with strong consistency guarantees
- Employ actor-based concurrency and parallelism
- Test Akka software
Akka in Action, Second Edition teaches you to use Akka Typed to solve common problems of distributed systems. Youβll learn how to bring together all of Akkaβs moving parts to design and implement highly scalable and maintainable software. Extensively revised by Akka contributor Francisco LΓ³pez-Sancho Abraham, this new edition demonstrates Akkaβs complex concepts through engaging hands-on examples. Discover the power of the Actor Model, how Akka works with Kubernetes, and how to utilize Akka modules to create microservices that are reliable and fault tolerant.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
For large software systems, the action is in the β-ilities.β Scalability. Reliability. Maintainability. Capability. Akka, toolkit for building distributed message-driven applications, delivers on the βilities.β And recent innovations, including Akka Typed, ensure that this amazing platform will remain the best way to build and deploy distributed Java and Scala applications for years to come.
About the book
Akka in Action, Second Edition is your guide to building message-centric distributed applications systems. This new edition covers all features of Akka, including Akka Typed. Youβll learn to create microservices using Akkaβs powerful suite of tools, Akka Sharding, Persistence, Streams, Persistence Query, Projections, and gRPC. Practical examples taken directly from industry guide you through clustering, deploying to Kubernetes, and taking full advantage of Akkaβs Actors-based approach to concurrency.
What's inside
- Work with clusters to build robust, fault-tolerant programs
- Maintain distributed systems with strong consistency guarantees
- Utilize concurrency and parallelism
- Test Akka software
About the reader
For readers comfortable with Java and Scala.
About the author
Francisco Lopez Sancho-Abraham is a senior consultant at Lightbend, and a principal engineer on the Akka Team. Raymond Roestenburg, Rob Bakker, and Rob Williams are the authors of the first edition of Akka in Action.
Table of Contents
1 Introducing Akka
2 Up and running
3 One actor is no actor
4 Akka test kit
5 Fault tolerance
6 Discovery and routing
7 Configuration
8 Clustering
9 Sharding and persistence
10 Streams, persistence queries, and projections
11 Akka ports
12 Real-world example: An Akka betting house
13 Clustering, part 2
14 Connecting to systems with Alpakka
15 Akka betting house, part 2
16 Akka Streams, part 2
π SIMILAR VOLUMES
Akka is a Scala-based toolkit that simplifies developing concurrent distributed applications. Perfect for high-volume applications that need to scale rapidly, Akka is an efficient foundation for event-driven systems that want to scale elastically up and out on demand, both on multi-core processors a
<div><p><b>Summary</b></p> <p><i>Akka in Action</i> is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it.</p>
<div><p><b>Summary</b></p> <p><i>Akka in Action</i> is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it.</p>
Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it.<br>Akka makes it relatively easy to buil
Akka solves the big problems of distributed systems, from multithreading and concurrency to scalability and failure. Learn how to use it effectively. In Akka in Action, Second Edition you will learn how to: Create basic programs with Akka Typed Work with clusters to build robust, fault-tolera