xiajunsongfan / zkclient
zookeeper java客户端的封装,使用者不用再关心断线重连、watch监听、session过期等问题,并使用zookeeper 实现了分布式锁
☆32Updated 7 years ago
Alternatives and similar repositories for zkclient:
Users that are interested in zkclient are comparing it to the libraries listed below
- 这是一个ZooKeeper客户端,实现了断线重连,会话过期重连,永久监听,子节点数据变化的监听。并且加入了常用功能,例如分布式锁,Leader选举,主从服务锁,分布式队列等。☆27Updated 8 years ago
- LCN分布式事务框架v4.0 dubbo-lcn-demo☆40Updated 7 years ago
- mybatis table sharding plugin☆60Updated 3 years ago
- 使用zipkin集成从http到dubbo rcp的调用链跟踪☆71Updated 7 years ago
- 自定义的spring-boot的dubbox starter,为spring-boot相关的项目使用dubbox提供简易的方式并集成spring-boot的auto configuration☆25Updated 8 years ago
- redis分布式锁☆47Updated 9 years ago
- Dubbox整合Spring Boot基于Avro、Thrift协议构建REST服务☆40Updated 8 years ago
- SpringBoot操作Elasticsearch的实战案例,elasticsearch 2.4.5/5.6.1☆35Updated 4 years ago
- 基于Netty实现轻量级的微服务通讯网关。主要实现了安全、流控、代理、路由等功能。☆18Updated 8 years ago
- 分布式任务调度框架教程, 包括: Quartz、Elastic-Job和TBSchedule.☆31Updated 6 years ago
- ID生成服务器,多种高性能ID生成策略☆17Updated 8 years ago
- java实现的缓存策略组件,支持多种缓存产品,开发人员可以像Map一样使用,简单方便。支持的存储方案:jvm\redis\ignite\hazelcast\guava☆33Updated last year
- 基于Redis的延迟队列系统☆46Updated 7 years ago
- mybatis3在spring中的分库分表☆26Updated 8 years ago
- 基于Netty的消息推送服务器实现☆25Updated 6 years ago
- 基于Dubbo的分布式系统调用跟踪Demo☆69Updated 7 years ago
- 铜板街轻量级JDBC层分库分表框架☆47Updated last year
- 基于云计算Iaas平台的企业级云计算,一站式解决方案,http://www.springcloud.cn☆28Updated 9 years ago
- 专业java监控平台☆77Updated 9 years ago
- 基于tcc的Java分布式事务框架☆18Updated 8 years ago
- 基于zookeeper+quartz/spring task的分布式任务调度组件,非常小巧,无需任何修改就可以使spring task具备分布式特性,确保所有任务在集群中不重复,不遗漏的执行。☆31Updated 9 years ago
- 负载均衡和高可用的池化 Thrift Client☆62Updated 8 years ago
- 基于Dubbo埋点的分布式调用跟踪系统☆44Updated 8 years ago
- 轻量级java消息中间件☆52Updated 8 years ago
- 基于可靠消息的分布式事务实现方案☆30Updated 8 years ago
- 简单可扩展的轻量级的微服务网关(A Lightweight Mricro Service Gateway Framework)☆25Updated 3 years ago
- 基于rocketmq上加入了事务消息的功能☆69Updated 7 years ago
- 分布式数据源,数据源的动态寻找,分布式事务JTA实现☆47Updated 2 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆46Updated 6 years ago
- 分布式链路跟踪监控插件,开箱即用,使用方式参考module:j360-trace-example , 本项目供学习之用,参考Google Dapper论文设计,收集存储分离,使用kafka,http,mq等进行解耦☆61Updated 7 years ago