参考rocket实现的RPC框架
3.1 RPCServer启动时会自动向注册中心注册service以及server ip和port,RPCClient启动时会从注册中心请求service,注册中心根据负载均衡规则返回提供服务的server ip和port
https://github.com/Gooddbird/rocket
https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp
https://github.com/Gooddbird/rocket
https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp