- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 76字
- 2021-07-02 22:08:06
Synchronous messaging
When a timely response is expected from a service by a system and the system waits on it till a response is received from the service, it is synchronous messaging. What's left is the most sought-after choice in the case of microservices. It is simple and supports HTTP request-response, thereby leaving little room to look for an alternative. This is also one of the reasons that most implementations of microservices use HTTP (API-based styles).
推薦閱讀
- Clojure Programming Cookbook
- MySQL數據庫管理實戰
- 數據庫系統教程(第2版)
- OpenCV 3和Qt5計算機視覺應用開發
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Java Web程序設計任務教程
- VMware虛擬化技術
- Haxe Game Development Essentials
- Learning Apache Karaf
- 一塊面包板玩轉Arduino編程
- Mastering C++ Multithreading
- 軟件工程基礎與實訓教程
- 大學計算機基礎實訓教程
- Learning Concurrency in Python
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x