Use Akka to solve the big problems of distributed systems-from multithreading and concurrency, to handling scalability and failure.
In Akka in Action, Second Edition you will learn how to:
Create basic programs with Akka
Work with clusters to build robust, fault tolerant programs
Create and maintain distributed state with strong consistency guarantees
Build microservices with Akka
Utilize concurrency and parallelism
Test Akka software
Akka in Action, Second Edition teaches you to use the latest version of Akka to solve common problems of distributed systems. Akka contributor Francisco Lopez-Sancho demonstrates Akka's complex concepts through real-world use cases, including clustering, sharding, persistence, and deploying to Kubernetes. Discover the power of the Actor model, and how to leverage most of the Akka modules to create microservices that are reliable and fault tolerant. about the technology Akka is a toolkit of libraries that make it easy to implement distributed applications in Scala and Java. Akka's Actor model avoids many of the complexities of multithreading, while making systems elastic and resilient, and provides strong consistency. about the book Akka in Action, Second Edition is a practical guide to building message-oriented systems with Akka. Extensively revised by Akka contributor and consultant Francisco Lopez-Sancho, this upgraded second edition comes with new coverage of Akka typed, microservices architecture, and more. You'll learn how to build with Akka actors and why they're the perfect solution for distributed systems. Driven by practical examples, this book is the perfect guide to creating elastic, resilient, and reactive software with Akka.
Rezensionen / Stimmen
'A belter of a book-buckle up and get ready for the ride of your life. Take an expert guided tour through modern distributed systems built the Akka way!' Grahame Oakland
'This is the definitive book on Actors and Actor System design. Level up your design skills by understanding what Actors can do!' Todd Cook
'A great way to get started with Actors and Akka and doesn't require prior experience. It goes even beyond that and covers advanced topics like clustering and sharding.' Nenko Ivanov
'The book is fantastic if you're looking to cover the theoretical and practical aspects of Akka.' Gilberto Taccari
'An incredible way to have an overview of Akka and to understand all the power it has.' Andres Sacco
Auflage
Sprache
Verlagsort
Zielgruppe
Produkt-Hinweis
Broschur/Paperback
Klebebindung
Maße
Höhe: 234 mm
Breite: 192 mm
Dicke: 21 mm
Gewicht
ISBN-13
978-1-61729-921-6 (9781617299216)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Klassifikation
Francisco Lopez Sancho-Abraham is a senior consultant at Lightbend. He is currently contributing to Akka and helping clients to use it to reach their goals. He has extensive experience providing solutions and training around Akka and distributed architectures.
Raymond Roestenburg , Rob Bakker , and Rob Williams are the authors of the first edition of Akka in Action .
table of contents READ IN LIVEBOOK 1INTRODUCING AKKA READ IN LIVEBOOK 2UP AND RUNNING READ IN LIVEBOOK 3TEST DRIVEN DEVELOPMENT WITH ACTORS READ IN LIVEBOOK 4FAULT TOLERANCE READ IN LIVEBOOK 5DISCOVERY AND ROUTING 6 CLUSTERING 7 MICROSERVICES EXCERPT 8 AKKA MICROSERVICES MODULES 9 MICROSERVICES MODULES 10 AKKA PORTS 11 AKKA STREAMS 12 CLUSTERING II 13 ALPAKKA 14 MICROSERVICES -FINAL EXAMPLE 15 CONFIGURATION AND DEPLOYMENT