基础概念:
框架:
Thrift protocol and framework.(facebook)推荐使用
gRPC 协议:Google Protocol Buffers (protobufs)
Finagle是Twitter基于Netty开发的支持容错的、协议无关的RPC框架
ZeroC ICE (Ice) distributed computing platform.
Apache Avro provides RPC where client and server exchange schemas in the connection handshake and code generation is not required.
一个分布式服务框架,致力于提供高性能和透明化的RPC远程服务调用方案,是阿里巴巴SOA服务化治理方案的核心框架,每天为2,000+个服务提供3,000,000,000+次访问量支持,并被广泛应用于阿里巴巴集团的各成员站点。
淘宝HSF
分布式服务框架 Zookeeper — 管理分布式环境中的数据
应用:
Dubbo与Zookeeper、SpringMVC整合和使用(负载均衡、容错)
性能比较
Book: