adamswanglin / wllockLinks
高并发下本地锁+分布式锁
☆63Updated 7 years ago
Alternatives and similar repositories for wllock
Users that are interested in wllock are comparing it to the libraries listed below
Sorting:
- 互联网架构 SOA(Dubbo)+配置中心(ZK)+消息中间件MQ(RocketMq)+高速缓存(Redis)互联网架构☆65Updated 7 years ago
- 基于Netty实现的轻量级分布式应用配置中心☆82Updated 2 years ago
- 集群高可用架构整理☆50Updated 9 years ago
- api网关☆117Updated 6 years ago
- 乐视集团支付订单系统分库分表开源实现☆123Updated 8 years ago
- 基于Redis的延迟队列系统☆46Updated 8 years ago
- 高效的分布式id生成器,每个客户端实例tps可达到100万,服务端毫无压力。即使服务端宕机了,id生成依然可用。支持多数据中心,支持id加密。☆47Updated 6 years ago
- Reliable message distributed transaction middleware(可靠消息分布式事务中间件) ✨☆61Updated last month
- JavaMelody-Simple-Demo 是使用 JavaMelody 监控 Java web 做性能分析的一个 Demo 项目主要目的是为了方便刚接触 JavaMelody 的童鞋能够快速上手,并且看到实际效果好做出决策是否使用该项目。☆27Updated 7 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆117Updated 9 years ago
- Netty实现聊天功能☆60Updated 8 years ago
- 分布式任务调度框架,RPC通信,心跳检测,服务注册,服务发下,自动摘除,负载均衡策略。☆80Updated 7 years ago
- 用于数据迁移、缓存预热,springboot架构。支持数据区间 分割、动态调整线程池配置、任务进度实时查看等特性☆45Updated 8 years ago
- 龙果学院《微服务架构的分布式事务解决方案》(RonCoo distributed transaction solution)☆43Updated 8 years ago
- Java分布式RPC服务框架教程,包括 Dubbo/Dubbox, Motan, gRPC.☆112Updated 4 years ago
- 非常高性能又简单的Mycat NIO框架,被很多人用于RPC开发以及基础平台中☆132Updated last year
- 一个超轻量级的RPC服务注册, 发现, 调用的框架. 使用Spring Boot管理Bean以及自动配置, 使用Netty处理网络请求, 使用ProtoStuff编解码, 使用Zookeeper作为服务注册和发现. 使用Quasar替代线程进行服务的调用.☆62Updated 8 years ago
- 分布式数据源分表分库、读写分离应用层框架☆56Updated 9 years ago
- 限制瞬时发并发数/限制某个接口的时间窗口最大请求数 限流实现☆39Updated 7 years ago
- Fastpay的目标是打造一款开源的、轻量级的、微服务化的、可公私有云部署的、可定制化的集成聚合支付和资金清结算于一体的统一支付系统,满足互联网企业业务系统的收款和资金处理等需求。☆51Updated 7 years ago
- 分布式可靠消 息组件☆94Updated 4 years ago
- 一个分布式限流的解决方案!☆110Updated 2 years ago
- 分表分库的新思路——服务层Sharding框架,全SQL、全数据库兼容,ACID特性与原生数据库一致,能实现RR级别读写分离,无SQL解析性能更高☆203Updated 7 years ago
- 分布式链路跟踪监控插件,开箱即用,使用方式参考module:j360-trace-example , 本项目供学习之用,参考Google Dapper论文设计,收集存储分离,使用kafka,http,mq等进行解耦☆62Updated 8 years ago
- java企业级底层框架,提供日志、缓存、DB访问、消息中间件、规则引擎、流程引擎、分布式事务便捷使用方法, 我们不重复造轮子,我们只是开源世界的搬运工。☆134Updated 3 weeks ago
- 通过实现自己 RPC 的方式,学习对比 Dubbo、SOFARPC、Motan、ServiceComb 。☆38Updated 7 years ago
- 阿里开源消息中间件源码解读(增加一些中文注释)☆27Updated 9 years ago
- Eagle分布式rpc调用,借助Zookeeper实现服务注册和发现,基于AQS实现高性能连接池,支持分布式追踪、监控、过载保护等配置。提供Spring和SpringBoot插件,方便与Spring和SpringBoot集成。☆76Updated 2 years ago
- clover 1、开发server和client端 定时向zk集群发送心跳数据包,利用Java自带的timer程序实现该功能 2、开发整天的monitor程序,用来定时向zk中获取server和client端的心跳数据信息,如果超过指定时间没有收到最新的数据包,那么任务se…☆196Updated 10 years ago
- 基于Guava的RateLimiter、Redis封装了并发控制、限流管理功能,支持配置文件和硬编码形式进行限流控制,控制粒度在方法级别,使用简单。☆68Updated 8 years ago