- 博客(3)
- 收藏
- 关注

原创 dubbo-gateway 高性能dubbo网关
dubbo-gateway 高性能dubbo网关,提供了http协议到dubbo协议的转换,但【并非】使用dubbo的【泛化】调用(泛化调用性能比普通调用有10-20%的损耗,通过普通异步的调用方式与基于webflux系列的响应式网关(spring cloud gateway)整合提高系统的吞吐量,普通调用需要依赖api jar包,需要对接口定义进行改造,除此之外不需要做任何其它改造.另外也支持基于servlet类的应用或网关进行整合
2022-01-24 22:21:54
1624
原创 springboot 整合ehcache+redis 高性能二级缓存
l2cache 开源项目ehcache与redis集成,提供数据拦截器解决缓存穿透问题。同时,二级缓存大大降低了缓存雪崩和击穿的可能性。此外,还提供了redis超时键本地同步删除功能,缓解了redis与本地缓存的数据一致性问题。开源项目githubhttps://github.com/smallbeanteng/l2cache项目开始具体看使用例子。Maven 依赖<properties> <guava.version>28.1-jre</guava.ver
2021-12-22 09:14:49
1675
1
原创 l2cache ehcache redis
Ehcache3 and redis are integrated, and a data interceptor is provided to solve cache penetration. At the same time, the secondary cache greatly reduces the possibility of cache avalanche and breakdown. In addition, the redis timeout key local synchronous d
2021-12-22 08:44:11
648
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人