adalrsjr1 opened a new issue #9491:
URL: https://github.com/apache/dubbo/issues/9491


   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ## Ask your question here
   I'm learning how deploy a proxyless mesh gRPC-xDS application using Dubbo, 
and I didn't found any documentation explicitly mentioning this feature.
   
   1. How does Dubbo implement [xDS 
APIs](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/operations/dynamic_configuration)?
   2. Is it correct assuming that Registration, Configuration, and Metadata 
centers are Dubbo's control plane like Istio's Pilot and Citadel?
   3. Can I use Envoy for Dubbo's governance and cloud features, e.g., routing, 
load balancing, etc? Do I need to create extensions for using this tool it 
Dubbo has is built-in?
   4. Looking at the [code 
repo](https://github.com/apache/dubbo/tree/7081b5d48185b045d5d548f21fe9faa0397e425d/dubbo-registry/dubbo-registry-xds/src/main/java/org/apache/dubbo/registry/xds)
 I learned that Dubbo relies on Istio for xDS registry, how exactly it works, 
Dubbo uses Istio Control Plane and it doesn't need Envoy for inter-services 
communication?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to