apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.52k stars 26.43k forks source link

Dubbo Proxy Mesh模式下,负载均衡能力是istio实现的,还是Dubbo自身实现的 #12645

Closed spurstong closed 8 months ago

spurstong commented 1 year ago

是否会调用Dubbo本身的loadbalance.select方法进行负载均衡

AlbumenJ commented 1 year ago

thinsdk 会使用dubbo 的,sidecar 会使用 envoy 的

spurstong commented 1 year ago

Dubbo-Sample项目的dubbo-samples-mesh-k8s中的thinsdk.png的内容是这个, 位置:dubbo-samples/3-extensions/registry/dubbo-samples-mesh-k8s/assets/thinsdk.png image

这个不是sidecar模式吗,那thinsdk模式是哪个,是proxyless mesh模式吗

AlbumenJ commented 1 year ago

thinsdk 就是 sidecar 模式

AlbumenJ commented 8 months ago

No news is good news. Please feel free to create a new issue if you have any question.