- 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.
推薦閱讀
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Oracle Exadata性能優化
- Android開發精要
- Learning Selenium Testing Tools(Third Edition)
- Oracle JDeveloper 11gR2 Cookbook
- Spring核心技術和案例實戰
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 學習OpenCV 4:基于Python的算法實戰
- Node Cookbook(Second Edition)
- Developing SSRS Reports for Dynamics AX
- Cocos2d-x Game Development Blueprints
- 跟戴銘學iOS編程:理順核心知識點
- 遠方:兩位持續創業者的點滴思考
- Appcelerator Titanium:Patterns and Best Practices
- 從零開始:C語言快速入門教程