Chapter 13. Akka.NET and reactive programming in production

 

Throughout the book, we’ve looked at several small case studies, each chapter detailing how an Akka.NET feature is applicable in a real-world scenario. In chapter 2, you also saw how to design an e-commerce website using the principles of the Reactive Manifesto. In this chapter, you’ll see how to combine these approaches by designing a reactive system from the ground up using Akka.NET functionality.

13.1. Designing with actors

13.2. Handling failure

13.3. Designing for scale

13.4. Handling configuration

13.5. Ingesting data

13.6. Testing

13.7. Real-time integration

13.8. Data persistence

13.9. Cluster scale-out

Conclusion