You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/07/31 12:14:55 UTC

[GitHub] [dubbo-go] pantianying commented on issue #540: ASOC: dubbo-go API-Gateway

pantianying commented on issue #540:
URL: https://github.com/apache/dubbo-go/issues/540#issuecomment-667090004


   本质上第一期可以实现x协议到dubbo协议的网关。使得应用可以用通用协议调用dubbo-go-proxy来访问dubbo集群中任意的接口。客户端不需要接入dubbo的任何组件。像上面说的“能够配合ZK,或NACOS 动态发现服务。”目前已经实现。
   1.代码模块化,打好基础。入口流量协议解析,中间filter、metric层以及调用层解耦。
   2.入口流量协议解析(http,http2,grpc),先把代码解耦,先实现http,把接口预留出来以后实现其他协议。
   3.filter层实现一种(限流 熔断都可)
   4.优化目前调用dubbo-go的能力。在目前基础上增加动态路由、配置指定dubbo-url访问接口。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org