基于consul的分布式锁
☆47Sep 12, 2017Updated 8 years ago
Alternatives and similar repositories for consul-distributed-lock
Users that are interested in consul-distributed-lock are comparing it to the libraries listed below
Sorting:
- 本项目是一个精简版的spring,通过自己实现一遍spring来理解spring框架的精华。☆12Jan 27, 2019Updated 7 years ago
- 网络游戏服务器通信框架☆13Apr 29, 2020Updated 5 years ago
- 基于Bytebuddy的Java Agent AOP框架☆11Feb 21, 2024Updated 2 years ago
- 高效的分布式id生成器,每个客户端实例tps可达到100万,服务端毫无压力。即使服务端宕机了,id生成依然可用。支持多数据中心,支持id加密。☆48Feb 26, 2019Updated 7 years ago
- 使用openresty结合lua开发dubbo restful网关☆11Nov 5, 2018Updated 7 years ago
- 区块链中心服务器的JAVA实现☆11Jun 13, 2018Updated 7 years ago
- 《Netty权威指南》源代码(基于netty5.0)☆10Apr 18, 2018Updated 7 years ago
- 《The Way to Go》中文译本,中文正式名《Go入门指南》☆12Jul 27, 2017Updated 8 years ago
- ZxFrame为JAVA框架-支持读写分离,读数据源熔断,分库分表;多级缓存,防缓存击穿/穿透/雪崩;支持分布式ID/锁;配置热更新等☆13Jun 21, 2022Updated 3 years ago
- use asm to parse classNode then get method invoke relations.解析获得方法调用链路☆22Oct 2, 2020Updated 5 years ago
- Deprecated☆11Oct 10, 2020Updated 5 years ago
- 基于ffmpeg+spring+quartz+dubbo+zookeeper+MyBatis服务化的视频转换分布式服务☆12Jul 21, 2016Updated 9 years ago
- maat是一个分布式事务中间件,实现了基于可靠消息的最终一致性事务控制.其可靠消息服务通过独立消息服务方案实现,与业务系统耦合低,目前支持的MQ有RocketMQ☆12Dec 6, 2018Updated 7 years ago
- 基于Openresty整合lua server framework☆10Oct 20, 2017Updated 8 years ago
- idcenter(分布式ID生成中心):极高效的分布式id生成系统,每个客户端获取id的tps可达到400万+,服务端可支持海量的客户端。具备高容错性,即使网络不稳定也能运转(只要不连续长时间断网)。使用http协议进行通信,可支持多语言。具备完整的管理员登录、权限校验。部…☆34Apr 19, 2023Updated 2 years ago
- java实现的基于raft算法和netty网络通信的分布式强一致kv存储。☆13Feb 5, 2024Updated 2 years ago
- disruptor-learn☆13Dec 24, 2018Updated 7 years ago
- 使用一致性哈希consistent-hashing来实现分布式redis,基于spring使用的缓存工具☆14Aug 3, 2017Updated 8 years ago
- 我经常用到的一些小工具类:类型验证、转换,http,oauth,job,redis queue,jsonrpc等☆13Feb 8, 2017Updated 9 years ago
- beego开发的短网址项目☆14Jan 2, 2018Updated 8 years ago
- rabbitmq消息队列封装☆12Jul 7, 2017Updated 8 years ago
- 监控维度:1.监控内容信息采集;2.监控对象Url,Spring,数据源,异常,jvm,服务信息;3.监控策略处理☆12Nov 2, 2018Updated 7 years ago
- 分布式timer插件, 轻量, 易用, 去中心化, 均衡负载, 集群节点通过zookeeper同步作业, java编写☆15May 22, 2017Updated 8 years ago
- 线程池监控agent实现☆15Dec 9, 2021Updated 4 years ago
- ☆13May 10, 2017Updated 8 years ago
- java分布式爬虫,主机和从机控制的机制☆14May 21, 2015Updated 10 years ago
- 最新源码在 [这里](https://github.com/huzekang/springboot-datax.git)☆35Apr 8, 2024Updated last year
- 第三届阿里中间件性能挑战赛, 赛后整理☆17Oct 10, 2018Updated 7 years ago
- 个人学习xxl-job源码 核心部分加上了中文注释☆16Aug 7, 2018Updated 7 years ago
- rocketmq后台管理,从阿里开源修改。换成rest风格访问,增加拦截器登录配置☆15Jul 1, 2016Updated 9 years ago
- 极客时间《10x程序员工作法》的笔记☆16Feb 27, 2019Updated 7 years ago
- 演示联合使用nutz和dubbo☆14Dec 30, 2013Updated 12 years ago
- base-framework是对常用的java web开发封装实用功能来提高开发效率。base-framework基于Spring、Hibernate框架来做项目核心三层和MVC的管理。使用到的新功能有spring缓存工厂、apeche shiro安全框架、spring m…☆16Mar 10, 2016Updated 9 years ago
- a simple, reliable and easy-to-use java config system base on taobao diamond☆22Dec 16, 2022Updated 3 years ago
- 区块链的简单实现(Java版)☆18May 18, 2018Updated 7 years ago
- 分布式服务器框架,主要适用于全球服游戏☆21Mar 30, 2018Updated 7 years ago
- Zdal是支付宝自主研发的数据中间件产品,采用标准的JDBC规范,可以在分布式环境下看上去像传统数据库一样提供海量数据服务,是一种通用的分库分表数据库访问框架,解决单库单表数据库访问压力,Zdal主要提供分库分表,结果集合并,sql解析,数据库failover动态切换等功能…☆18Dec 17, 2018Updated 7 years ago
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线重连,tcp连接池,注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆21Oct 4, 2022Updated 3 years ago
- 全新设计的mysql分库分表中间件。使用netty 4.1开发,基于spring boot/cloud提供管理接口。☆17Mar 31, 2021Updated 4 years ago