dubbo网关选择或者说如何实现

Created on 23 May 2019  ·  7Comments  ·  Source: apache/dubbo

我现在已经有好几个dubbo服务了,但是前段缺少统一的调用入库,这个时候有相关网关的实现或者想法呢。

Most helpful comment

currently, the official gateway is in development, pls refer to https://github.com/apache/dubbo-proxy

All 7 comments

dubbo本身就是不期望中间网关层去转发

If you want to implement your own gateway, the generic reference is a good hitting-point

dubbo本身就是不期望中间网关层去转发

微服务没有api网关的话 10个服务 10台机器 10个地址 前端不得调哭?肯定要有网关这个东西

If you want to implement your own gateway, the generic reference is a good hitting-point
thinks,Is there a use case, or something like zuul?

可以在自己基于Spring Gateway来做个转发 但一般很少有dubbo直接对接前端的

currently, the official gateway is in development, pls refer to https://github.com/apache/dubbo-proxy

currently, the official gateway is in development, pls refer to https://github.com/apache/dubbo-proxy

dubbo-proxy 活跃度挺低的,有没有生产上使用的案例

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PulauBusing picture PulauBusing  ·  3Comments

kekerzzZ picture kekerzzZ  ·  3Comments

yangpancode picture yangpancode  ·  4Comments

sunyongfengchina picture sunyongfengchina  ·  3Comments

ANZHONGGEN picture ANZHONGGEN  ·  3Comments