.net Core 微服务框架 surging 使用

surging 是一个分布式微服务框架,提供高性能RPC远程服务调用,采用Zookeeper、Consul作为surging服务的注册中心,

集成了哈希,随机,轮询作为负载均衡的算法,RPC集成采用的是netty框架,采用异步传输。

首先,感谢surging的作者fanliang11为.net开源做出的贡献  

其次,

surging 的git地址:https://github.com/dotnetcore/surging

surging 的整体设计思想:http://www.cnblogs.com/fanliang11/p/7191030.html

猜你喜欢

转载自www.cnblogs.com/lhxsoft/p/8862374.html