- 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).
推薦閱讀
- Visual Basic程序設(shè)計(第3版):學(xué)習(xí)指導(dǎo)與練習(xí)
- UML+OOPC嵌入式C語言開發(fā)精講
- Bootstrap Essentials
- Mathematica Data Analysis
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- Visualforce Developer’s guide
- Android傳感器開發(fā)與智能設(shè)備案例實戰(zhàn)
- Python函數(shù)式編程(第2版)
- Data Science Algorithms in a Week
- Python一行流:像專家一樣寫代碼
- Python數(shù)據(jù)科學(xué)實踐指南
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- React.js實戰(zhàn)
- Tkinter GUI Programming by Example
- 循序漸進Vue.js 3前端開發(fā)實戰(zhàn)