-
Notifications
You must be signed in to change notification settings - Fork 1.2k
FAQ
yellow chicks edited this page Mar 30, 2017
·
6 revisions
rpcx FAQ
-
General
- What is rpcx?
- How does rpcx compare against other distributed RPC framework?
- Is rpcx a seperate running system or a middleware system?
- What dependencies does rpcx have?
- What is the performance impact of rpcx?
- What service discovery/register system is supported by the current rpcx?
- Does it have its dashboard ?
rpcx is a distributed RPC framework like Alibaba Dubbo and Weibo Motan. It is based on Go net/rpc and provides extra governance features.
No. it exists in the user's application. rpcx is a distributed RPC framework, it includes features of service management functions like service discovery, load balancing, and fault tolerance.
the current rpcx supports etcd(v2, v3), zookeeper, consul etc.
Yes. rpcx has rpcx-ui to manage backend-service nodes.