haifeiWu / lightconf
基于Netty实现的轻量级分布式应用配置中心
☆82Updated last year
Alternatives and similar repositories for lightconf:
Users that are interested in lightconf are comparing it to the libraries listed below
- Netty实现聊天功能☆60Updated 8 years ago
- 一种简单易懂的分库分表方案☆94Updated 6 years ago
- 高并发下本地锁+分布式锁☆64Updated 6 years ago
- Spring Cloud 开箱即用脚手架☆48Updated 5 years ago
- Spring Boot快速开发框架☆29Updated 7 months ago
- 《重新定义Spring Cloud实战》实体书目录☆30Updated 6 years ago
- 基于Redis的延迟队列系统☆46Updated 7 years ago
- Dubbo Spring Boot 最佳实践整合 Demo☆67Updated 6 years ago
- 关于 Java 并发编程核心技术学习积累的例子,是 Java 并发编程初学者及核心技术巩固的最佳实践。☆74Updated 4 years ago
- http://www.itmuch.com☆51Updated 7 years ago
- 分布式延时队列,支持延时触发和计数触发。基于spi技术实现消息持久方案的扩展性,目前已实现基于redis的持久化方案。☆30Updated 6 years ago
- spring boot 集成 RocketMq消息中间件☆27Updated 7 years ago
- 分布式事务解决方案☆44Updated 2 years ago
- 一个超轻量级的RPC服务注册, 发现, 调用的框架. 使用Spring Boot管理Bean以及自动配置, 使用Netty处理网络请求, 使用ProtoStuff编解码, 使用Zookeeper作为服务注册和发现. 使用Quasar替代线程进行服务的调用.☆62Updated 7 years ago
- Spring Boot技术栈示例代码,手把手快速上手教程。☆54Updated 4 years ago
- 分布式事务-最终一致性消息队列服务☆28Updated 7 years ago
- netty入门demo,单机版消息推送☆47Updated 6 years ago
- 延迟(延时)任务处理方案(JDK队列、Redis Zset与RabbitMQ TTL+DLX实现),对比各方案优缺点☆35Updated 2 years ago
- 分布式学习☆75Updated 7 years ago
- 根据imooc写的spring security☆14Updated 7 months ago
- 可靠消息系统,用于保证消息生产者生产的消息能可靠的发送出去,即本地事务执行成功,消息也一定要发送成功☆49Updated 7 years ago
- ☆31Updated 7 years ago
- 用spring-cloud 基于tcc做的简单下单流程☆54Updated 7 years ago
- 分布式锁的简单实现☆106Updated 7 years ago
- 基于dubbo2.6.4的Dubbo TraceId的设置/获取/传递工具包☆29Updated 6 years ago
- spring boot 集成redis封装,支持redis模式: 单点、集群、哨兵操作、分布式锁操作(简单锁、等待锁)☆52Updated 5 years ago
- 分布式锁的几种实现方法:redis实现分布式锁☆12Updated 8 years ago
- ☆38Updated 7 years ago
- 一个采用Netty实现的RPC框架,适用于Spring Boot,Spring Cloud!☆164Updated 3 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆46Updated 6 years ago