- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 76字
- 2021-07-02 20:12:52
Synchronous messaging
When a timely response is expected from a service by a system and the system waits on it until a response is received from the service, which 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).
推薦閱讀
- JSP網絡編程(學習筆記)
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Web Scraping with Python
- 深入理解Java7:核心技術與最佳實踐
- Apache Mahout Clustering Designs
- Java系統化項目開發教程
- 21天學通C++(第5版)
- Tableau Desktop可視化高級應用
- ABAQUS6.14中文版有限元分析與實例詳解
- The Statistics and Calculus with Python Workshop
- 百萬在線:大型游戲服務端開發
- 原型設計:打造成功產品的實用方法及實踐
- C# 10核心技術指南
- Learning QGIS(Second Edition)
- Learning PrimeFaces Extensions Development