What is the difference between an API-Gateway and an Edge Service?

让人想犯罪 __ 提交于 2019-12-06 23:55:33

问题


I understand the concept behind an API gateway as described by Richardson:

http://microservices.io/patterns/apigateway.html

But what is the difference to an Edge service. Is this a concrete implementation of the API gateway pattern?


回答1:


Technically, an API Gateway is the API exposed to the public (REST, etc.), and an Edge Service is a service running on the API resolving the proxying, routing, etc. There could be many edge services on the Gateway. But practically there is usually only one service, logic, on the Gateway thus API Gateway = Edge Service.



来源:https://stackoverflow.com/questions/46002727/what-is-the-difference-between-an-api-gateway-and-an-edge-service

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!