0%

Book Description

Summary

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.

About the Technology

Akka makes it relatively easy to build applications in the cloud or on devices with many cores that efficiently use the full capacity of the computing power available. It’s a toolkit that provides an actor programming model, a runtime, and required support tools for building scalable applications.

About the Book

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 explore test-driven development and deploying and scaling fault-tolerant systems. After mastering the basics, you’ll discover how to model immutable messages, implement domain models, and apply techniques like event sourcing and CQRS. You’ll also find a tutorial on building streaming applications using akka-stream and akka-http. Finally, you’ll get practical advice on how to customize and extend your Akka system.

What’s Inside

  • Getting concurrency right

  • Testing and performance tuning

  • Clustered and cloud-based applications

  • Covers Akka version 2.4

  • About the Reader

    This book assumes that you’re comfortable with Java and Scala. No prior experience with Akka required.

    About the Authors

    A software craftsman and architect, Raymond Roestenburg is an Akka committer. Rob Bakker specializes in concurrent back-end systems and systems integration. Rob Williams has more than 20 years of product development experience.

    Table of Contents

    1. Copyright
    2. Brief Table of Contents
    3. Table of Contents
    4. Preface
    5. Acknowledgments
    6. About this Book
    7. Chapter 1. Introducing Akka
    8. Chapter 2. Up and running
    9. Chapter 3. Test-driven development with actors
    10. Chapter 4. Fault tolerance
    11. Chapter 5. Futures
    12. Chapter 6. Your first distributed Akka app
    13. Chapter 7. Configuration, logging, and deployment
    14. Chapter 8. Structural patterns for actors
    15. Chapter 9. Routing messages
    16. Chapter 10. Message channels
    17. Chapter 11. Finite-state machines and agents
    18. Chapter 12. System integration
    19. Chapter 13. Streaming
    20. Chapter 14. Clustering
    21. Chapter 15. Actor persistence
    22. Chapter 16. Performance tips
    23. Chapter 17. Looking ahead
    24. Index
    25. List of Figures
    26. List of Tables
    27. List of Listings
    18.118.140.108