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 2022/06/16 11:55:49 UTC

[GitHub] [dubbo] wenliumeng commented on issue #9491: Dubbo's proxyless mesh

wenliumeng commented on issue #9491:
URL: https://github.com/apache/dubbo/issues/9491#issuecomment-1157574001

   @jungan21 The proxyless mesh mentioned in the picture actually means that the proxy is placed in dubbosdk, so that dubbosdk can directly connect to the xds server. refer to
   
   ```
   https://dubbo.apache.org/zh/docs/v3.0/introduction/#service-mesh
   为了解决 Sidecar 引入的相关成本问题,Dubbo 引入了另一种变相的 Mesh 架构 - Proxyless Mesh,顾名思义,Proxyless Mesh 就是指没有 Sidecar 的部署,转而由 Dubbo SDK 直接与控制面交互,
   ```
   
   [dubbo-registry-xds](https://github.com/apache/dubbo-spi-extensions/tree/master/dubbo-registry-extensions/dubbo-registry-xds)


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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