原文:简易RPC框架-SPI

:first child margin top: important body :last child margin bottom: important a color: C a.absent color: cc a.anchor display: block padding left: px margin left: px cursor: pointer position: absolute ...

2018-05-20 02:45 0 1192 推荐指数:

查看详情

简易RPC框架-代理

*:first-child { margin-top: 0 !important; } body>*:last-child { margin-bottom: 0 !important; } ...

Sun Nov 12 23:36:00 CST 2017 0 2714
简易RPC框架-上下文

*:first-child { margin-top: 0 !important; } body>*:last-child { margin-bottom: 0 !important; } ...

Sun Oct 29 10:01:00 CST 2017 0 2496
简易RPC框架-学习使用

*:first-child { margin-top: 0 !important; } body>*:last-child { margin-bottom: 0 !important; } ...

Tue May 16 08:53:00 CST 2017 3 8050
简易RPC框架-过滤器机制

*:first-child { margin-top: 0 !important; } body > *:last-child { margin-bottom: 0 !important; ...

Sun Oct 08 08:00:00 CST 2017 2 1788
简易RPC框架-私有协议栈

*:first-child { margin-top: 0 !important; } body > *:last-child { margin-bottom: 0 !important; ...

Mon Sep 25 05:43:00 CST 2017 0 1615
简易RPC框架-熔断降级机制

*:first-child { margin-top: 0 !important; } body > *:last-child { margin-bottom: 0 !important; ...

Sun Dec 03 01:07:00 CST 2017 2 9651
从零开始实现简单 RPC 框架 2:扩展利器 SPI

RPC 框架有很多可扩展的地方,如:序列化类型、压缩类型、负载均衡类型、注册中心类型等等。 假设框架提供的注册中心只有zookeeper,但是使用者想用Eureka,修改框架以支持使用者的需求显然不是好的做法。 最好的做法就是留下扩展点,让使用者可以不需要修改框架,就能自己去实现扩展。 JDK ...

Mon Aug 16 00:29:00 CST 2021 0 290
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM