从 Zuul Server API Gateway 调用多个服务

Posted

技术标签:

【中文标题】从 Zuul Server API Gateway 调用多个服务【英文标题】:Call Multiple Services from Zuul Server API Gateway 【发布时间】:2018-06-25 23:06:55 【问题描述】:

我有三个服务 A、B、C 如果我从 Zuul Api 网关调用服务 A 而不是在 Api 网关中调用服务 B 和服务 C 并给我两个服务的聚合响应,我想将该响应发送到服务 A。 有没有办法使用 Zuul 做到这一点。

【问题讨论】:

我使用 RxJava 聚合服务调用:github.com/ReactiveX/RxJava 【参考方案1】:

聚合不是 Zuul 任务,你需要实现一个新的 Service D 并在里面进行聚合。

【讨论】:

以上是关于从 Zuul Server API Gateway 调用多个服务的主要内容,如果未能解决你的问题,请参考以下文章

API网关对比zuul.1,zuul.2,gateway

0601-Zuul构建API Gateway-API gateway简介

0604-Zuul构建API Gateway-Zuul的回退

api-gateway实践(13)新服务网关 - SpringCloud Zuul

API Gateway 的路由和过滤(Zuul--1)

Spring Netflix Zuul:API-Gateway - 转换 JSON 请求