- 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).
推薦閱讀
- C++面向對象程序設計(微課版)
- Offer來了:Java面試核心知識點精講(原理篇)
- Apache Spark Graph Processing
- Mastering JBoss Enterprise Application Platform 7
- 51單片機C語言開發教程
- D3.js By Example
- Java Fundamentals
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- 時空數據建模及其應用
- Machine Learning for Developers
- Vue.js光速入門及企業項目開發實戰
- Python程序設計:基礎與實踐
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- 面向物聯網的Android應用開發與實踐
- Java程序設計基礎教程