apache / dubbo

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

xDS protocol implementation status #9585

Open adalrsjr1 opened 2 years ago

adalrsjr1 commented 2 years ago

I noticed that Dubbo has an implementation of xDS protocol available in v3.0.5 but it isn't in master or 3.0.0 branches. Are this feature read to use in production (along with Istio on any other xDS control plane) or it wasn't officially release yet?

If this feature was released, is there any example about how to use Dubbo's xDS?

jungan21 commented 2 years ago

请问社区维护者,Dubbo已经基于xDS协议完全实现了Proxyless Mesh的能力了没有? 如果有的话,有没有sample 或者Demo 文档。?