基于JSON的数字采矿协同技术研究及应用
|
谭正华,李国泰,文阳
|
Research and Application of Digital Mining Collaborative Technology Based on JSON
|
Zhenghua TAN,Guotai LI,Yang WEN
|
|
表2 4种微服务框架的关键技术比较
|
Table 2 Comparison of key technologies of four microservices frameworks
|
|
微服务框架 | Spring Cloud | gPRC | Dubbo | Motan |
---|
注册中心 | Netflix Eureka | Zookeeper/Consul/Etcd | Zookeeper/Redis/Multicast | Zookeeper/Consul | 服务网关 | Netflix Zuul | gRPC Gateway | 无 | 无 | 服务通信 | 同步/异步调用 | 同步/异步调用 | 同步/异步调用 | 同步/异步调用 | 负载均衡 | Netflix Ribbon | Nginx/Apache /HAProxy | LVS /HAProxy/Nginx | Cluster | 容错机制 | Netflix Hystrix | Failover | Failover/Failfast/Failsafe /Failback /Forking/Broadcast | Failover/Failfast |
|
|
|