- 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.
- Learning Scala Programming
- 小程序實戰視頻課:微信小程序開發全案精講
- 零起步玩轉掌控板與Mind+
- 深入淺出Electron:原理、工程與實踐
- Visual C
- Python機器學習算法與實戰
- jQuery Mobile移動應用開發實戰(第3版)
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- 用戶體驗可視化指南
- RESTful Java Web Services(Second Edition)
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- 算法秘籍
- Android智能手機APP界面設計實戰教程
- 深入大型數據集:并行與分布化Python代碼