Book description
Summary
Reactive Design Patterns is a clearly written guide for building message-driven distributed systems that are resilient, responsive, and elastic. In this book you'll find patterns for messaging, flow control, resource management, and concurrency, along with practical issues like test-friendly designs. All patterns include concrete examples using Scala and Akka.
About the Technology
Modern web applications serve potentially vast numbers of users—and they need to keep working as servers fail and new ones come online, users overwhelm limited resources, and information is distributed globally. A Reactive application adjusts to partial failures and varying loads, remaining responsive in an ever-changing distributed environment. The secret is message-driven architecture—and design patterns to organize it.
About the Book
Reactive Design Patterns presents the principles, patterns, and best practices of Reactive application design. You’ll learn how to keep one slow component from bogging down others with the Circuit Breaker pattern, how to shepherd a many-staged transaction to completion with the Saga pattern, how to divide datasets by Sharding, and more. You’ll even see how to keep your source code readable and the system testable despite many potential interactions and points of failure.
What’s Inside
The definitive guide to the Reactive Manifesto
Patterns for flow control, delimited consistency, fault tolerance, and much more
Hard-won lessons about what doesn’t work
Architectures that scale under tremendous load
About the Reader
Most examples use Scala, Java, and Akka. Readers should be familiar with distributed systems.
About the Authors
Dr. Roland Kuhn led the Akka team at Lightbend and coauthored the Reactive Manifesto. Brian Hanafee and Jamie Allen are experienced distributed systems architects.
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Foreword
- Preface
- Acknowledgments
- About this Book
- About the Authors
- Part 1. Introduction
- Part 2. The philosophy in a nutshell
- Part 3. Patterns
- Appendix A. Diagramming Reactive systems
- Appendix B. An illustrated example
- Appendix C. The Reactive Manifesto
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: Reactive Design Patterns
- Author(s):
- Release date: February 2017
- Publisher(s): Manning Publications
- ISBN: 9781617291807
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Fundamentals of Software Architecture
Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real …
book
Flow Architectures
Dominated by streaming data and events, the next generation of software development optimizes not only how …