文件名称:zookeeper + thrift实现的RPC 服务治理框架演示
文件大小:135KB
文件格式:RAR
更新时间:2018-12-12 04:54:02
zookeeper thrift RPC 服务治理
服务治理框架,一般存在与RPC的上一层,用来在大量RPC服务至上,协调客户端和服务器的调用工作。这个示例工程和我的博客《架构设计:系统间通信(13)——RPC实例Apache Thrift 下篇》(http://blog.csdn.net/yinwenjie/article/details/49869535)相对应。相关的设计和代码说明,请参见我的博客。另外,工程已经测试过了,可以直接下载导入eclipse运行,您需要maven的支持。
【文件预览】:
testThrift2
----.project(563B)
----src()
--------processor()
--------utils()
--------client()
--------business()
--------thrift()
----target()
--------classes()
--------test-classes()
----.settings()
--------org.eclipse.m2e.core.prefs(90B)
--------org.eclipse.jdt.core.prefs(664B)
--------org.eclipse.core.resources.prefs(96B)
----thrift()
--------demoHello.thrift(1KB)
--------gen-java()
----pom.xml(2KB)
----.classpath(781B)
----bin()
--------processor()
--------thrift()