0

I m actually studying Microservice architecture pattern and it seems that the API Gateway pattern uses the Discovery pattern, but with REST API endpoints.

Can anybody explain me how it works for example if my API Gateway is NodeJS based and my REST APIs are Java written ?

I dont really know how can I implement this pattern and I dont find any code or schema to help me understand a bit more.

Thanks for advance

4

1 回答 1

1

我正在研究一种用于 API 发现的开放格式。它与任何现有的网关或代理架构无关。我只是想创建一种方法来定义 API 操作的元数据,其中包括机器可读的定义,如 API Blueprint、Swagger 等 - http://apisjson.org。如果您有任何问题,请告诉我,或者我可以提供进一步的帮助。

于 2015-04-19T19:09:35.633 回答