Akka in Action, Second Edition
eBook - ePub

Akka in Action, Second Edition

  1. 400 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Akka in Action, Second Edition

About this book

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. 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

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Akka in Action, Second Edition by Francisco Lopez-Sancho Abraham in PDF and/or ePUB format, as well as other popular books in Computer Science & Cloud Computing. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2023
eBook ISBN
9781638352099
Edition
0

Table of contents

  1. inside front cover
  2. Praise for the first edition
  3. Akka in Action
  4. Copyright
  5. dedication
  6. contents
  7. front matter
  8. 1 Introducing Akka
  9. 2 Up and running
  10. 3 One actor is no actor
  11. 4 Akka test kit
  12. 5 Fault tolerance
  13. 6 Discovery and routing
  14. 7 Configuration
  15. 8 Clustering
  16. 9 Sharding and persistence
  17. 10 Streams, persistence queries, and projections
  18. 11 Akka ports
  19. 12 Real-world example: An Akka betting house
  20. 13 Clustering, part 2
  21. 14 Connecting to systems with Alpakka
  22. 15 Akka betting house, part 2
  23. 16 Akka Streams, part 2
  24. Appendix A. Setting up
  25. Appendix B. Microservices and architectural principles
  26. index