Distributed lock implementation using Redis and Zookeeper.基于redis和zookeeper分布式工具集-包括:分布式锁实现,分布式速率限制器,分布式序列等
☆552Aug 23, 2016Updated 9 years ago
Alternatives and similar repositories for Distributed-Kit
Users that are interested in Distributed-Kit are comparing it to the libraries listed below
Sorting:
- 基于dubbo的分布式工程开发规范实例工程,分布式跟踪、ID生成、分布式事务、分布式治理、分表分库、分布式锁、选举、分布式配置、API文档生成器...☆485Aug 17, 2018Updated 7 years ago
- 基于redis的分布式锁组件,简单方便快捷接入项目,使项目拥有分布式锁能力☆849Jul 31, 2023Updated 2 years ago
- redis分布式锁☆47Jul 3, 2015Updated 10 years ago
- 基于zookeeper的分布式锁的实现☆22Feb 15, 2016Updated 10 years ago
- redis分布式锁工具包,提供纯Java方式调用,支持传统Spring工程, 为spring boot应用提供了starter,更方便快捷的调用。☆317Feb 2, 2024Updated 2 years ago
- Reliable messages resolve distributed transactions☆1,487Feb 9, 2024Updated 2 years ago
- 分布式任务调度平台(Distributed Job Schedule Platform)☆560Jun 20, 2022Updated 3 years ago
- 在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,…☆159Apr 17, 2023Updated 2 years ago
- 一些公共组件及学习应用:RPC/统一配置中心/基于注解的分布式锁/dubbo请求级缓存/调用链追踪/RabbitMQ/Elasticsearch/zookeeper/Sping boot☆540Dec 13, 2022Updated 3 years ago
- 各种锁汇总,乐观锁、悲观锁、分布式锁、可重入锁、互斥锁、读写锁、分段锁、类锁、行级锁等☆474Jun 17, 2022Updated 3 years ago
- 以Spring Cloud Netflix作为服务治理基础, 展示基于tcc思想所实现的分布式事务解决方案☆2,549Feb 8, 2020Updated 6 years ago
- 强一致分布式事务框架☆1,911Mar 1, 2023Updated 3 years ago
- 分布式mysql分库分表中间件,sharding领域的一站式解决方案☆505Jul 28, 2017Updated 8 years ago
- 分布式锁的简单实现☆107Apr 21, 2017Updated 8 years ago
- Jupiter是一款性能非常不错的, 轻量级的分布式服务框架☆1,511Jun 20, 2023Updated 2 years ago
- Distributed Configuration Management Platform(分布式配置管理平台)☆5,539Jul 18, 2023Updated 2 years ago
- dubbo服务间的分布式事物☆11Aug 26, 2015Updated 10 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆117Dec 21, 2015Updated 10 years ago
- ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. …☆2,884Apr 15, 2022Updated 3 years ago
- tcc-transaction是TCC型事务java实现☆5,783Jan 24, 2025Updated last year
- Distributed transaction solutions