- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 130字
- 2021-07-02 20:13:04
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 the following:
- Invoke services through the API gateway
- Reduce round trips between the client and the application
- 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 to. 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 we will explain it further in Chapter 3, Integration Techniques and Microservices.
推薦閱讀
- Spring Boot 2實戰之旅
- 跟小海龜學Python
- SEO智慧
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Mastering AndEngine Game Development
- C語言實驗指導及習題解析
- Java系統化項目開發教程
- Scala Reactive Programming
- Oracle GoldenGate 12c Implementer's Guide
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Web程序設計:ASP.NET(第2版)
- 青少年學Python(第2冊)
- 城市信息模型平臺頂層設計與實踐
- 程序員面試金典(第6版)