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/05/25 03:08:20 UTC

[GitHub] [dubbo-go] sxllwx opened a new issue #541: dubbo-go sidecar

sxllwx opened a new issue #541:
URL: https://github.com/apache/dubbo-go/issues/541


   # dubbo-go Sidecar
   
   基于[1.14.0](https://github.com/apache/dubbo-go/tree/v1.4.0) 版本发布的应用级服务发现与注册模型与配置中心,实现 dubbo-go Sidecar 。
   
   ## 背景
   
   [sidecar模式](https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar)是目前服务网格数据平面代理实现的常规手段,使用本地劫持的方式代理客户端的请求,可以通过对用户请求的整形后再将请求路由到本地提供服务的进程所监听的端口。sidecar进程以入侵 runtime 少量入侵或不入侵 code 的原则进行设计和实现,具体如 envoy mosn 等。
   
   基于 dubbo-go 已有的配置中心和服务注册中心, 我们期望实现的sidecar具有以下特性:
   
   * 能够将不同的协议进行转换, dubbo 协议与HTTP一些的互相切换
   * TLS加解密
   * 监控
   * 追踪
   * 自愈,能够在业务进程宕机时自动重新拉起,并将之前的请求进行重放
   
   
   ## 实现方案(目标)
   
   对接已实现的任何一个已有的配置中心以及注册中心( zookeeper , consul , nacos , etcd , kubernetes ) 实现 Sidecar 。
   
   


----------------------------------------------------------------
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


[GitHub] [dubbo-go] AlexStocks closed issue #541: ASOC: dubbo-go Sidecar

Posted by GitBox <gi...@apache.org>.
AlexStocks closed issue #541:
URL: https://github.com/apache/dubbo-go/issues/541


   


----------------------------------------------------------------
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


[GitHub] [dubbo-go] AlexStocks closed issue #541: ASOC: dubbo-go Sidecar

Posted by GitBox <gi...@apache.org>.
AlexStocks closed issue #541:
URL: https://github.com/apache/dubbo-go/issues/541


   


----------------------------------------------------------------
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


[GitHub] [dubbo-go] zouyx commented on issue #541: ASOC: dubbo-go Sidecar

Posted by GitBox <gi...@apache.org>.
zouyx commented on issue #541:
URL: https://github.com/apache/dubbo-go/issues/541#issuecomment-633602969


   翔哥,版本号写错了,是:基于 v1.4.0 


----------------------------------------------------------------
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