我现在已经有好几个dubbo服务了,但是前段缺少统一的调用入库,这个时候有相关网关的实现或者想法呢。
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 活跃度挺低的,有没有生产上使用的案例
Most helpful comment
currently, the official gateway is in development, pls refer to https://github.com/apache/dubbo-proxy