- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 149字
- 2021-06-30 19:10:45
Message-driven
Reactive systems use asynchronous messaging to flow information through the different components with very loosely coupling, that allows us to interconnect those systems in isolation. We could think of this as if we are connecting streams through pipes, one service could subscribe to another to get some information and the second service could be subscribed to a couple of additional services to combine the data and return it back to the original service.

Each of those services does not know why or how that information is used, so they have little information about the dependencies. This allows us to replace those pieces easily, but as well as handling errors in case of failure, we could simply just create a stream of errors with other receivers that will handle and process them.
But the manifesto speaks about applying back pressure; we need to understand that concept further.
- Flutter開發實戰詳解
- Kubernetes實戰
- Mastering Articulate Storyline
- 編程珠璣(續)
- 機器人Python青少年編程開發實例
- Magento 2 Development Cookbook
- Getting Started with SQL Server 2012 Cube Development
- Flux Architecture
- C#應用程序設計教程
- Haskell Data Analysis Cookbook
- Python圖形化編程(微課版)
- Building Microservices with .NET Core
- Python大學實用教程
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Python物理建模初學者指南(第2版)