- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 125字
- 2021-07-02 22:08:15
Benefits of the API gateway for microservices
There is no doubt that the API gateway is beneficial for microservices. With its use, you can do this:
- Services are invoked through the API gateway
- Round trips between the client and the application are reduced
- The client has the ability to access different APIs in one place, as segregated by the gateway
It provides flexibility to clients in such a manner that they are able to interact with different services as and when they need. This way, there is no need to expose complete/all services at all. API gateway is a component of complete API management. In our solution, we will use Azure API management and explain it further in Chapter 3, Integration Techniques.
推薦閱讀
- Google Apps Script for Beginners
- Python快樂編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- R語言數(shù)據(jù)分析從入門到精通
- PHP 7底層設(shè)計與源碼實現(xiàn)
- Learning Network Forensics
- R數(shù)據(jù)科學(xué)實戰(zhàn):工具詳解與案例分析
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Raspberry Pi Robotic Projects(Third Edition)
- 鴻蒙OS應(yīng)用編程實戰(zhàn)
- Illustrator CS6設(shè)計與應(yīng)用任務(wù)教程
- Managing Microsoft Hybrid Clouds
- Pandas 1.x Cookbook
- 系統(tǒng)分析師UML用例實戰(zhàn)
- Visual C++網(wǎng)絡(luò)編程教程(Visual Studio 2010平臺)
- Mastering Assembly Programming