zouzhirong / configxLinks
多版本并发控制的配置管理平台
☆18Updated 7 years ago
Alternatives and similar repositories for configx
Users that are interested in configx are comparing it to the libraries listed below
Sorting:
- Performance bottleneck solution for Registry in large-scale service scenario☆14Updated 2 years ago
- 基于consul的分布式锁☆47Updated 7 years ago
- 采用Java实现的基于netty轻量的高性能分布式RPC服务框架☆39Updated 8 years ago
- spring boot 分布式锁starter☆12Updated 6 years ago
- 快速使用spring cache☆10Updated 7 years ago
- 基于二阶提交理论实现的分布式事务服务框架☆26Updated 8 years ago
- 核心库☆17Updated 2 years ago
- 分布式锁,默认是redis实现,可扩展接口增加zk、等其他实现☆10Updated 6 years ago
- Distributed Configuration Management Platform(分布式配置管理平台)☆16Updated 8 years ago
- 针对阿里巴巴 canal客户端封装,与spring无缝衔接☆25Updated 2 years ago
- 阿里开源消息中间件源码解读(增加一些中文注释)☆27Updated 9 years ago
- 分布式延时队列,支持延时触发和计数触发。基于spi技术实现消息持久方案的扩展性,目前已实现基于redis的持久化方案。☆30Updated 6 years ago
- 配置atomitos的JTA分布式事务,实现了Spring + atomitos + Druid + Mybatis的集成配置☆25Updated 9 years ago
- 适用于Spring Cloud体系的文档中心,不需要 使用Swagger,支持选择IP调用,如果使用了Swagger优先Swagger调用☆25Updated 6 years ago
- Lnk RPC 是一款基于Netty实现RPC通讯协议,支持同步,异步和异步回调三种RPC调用方式,支持参数和返回值多态。支持多种负载均衡方式,支持调用流量控制,支持zookeeper和consul等服务注册发现方式,服务端口支持开发人员,运维人员配置以及动态分配,支持服务依…☆28Updated 7 years ago
- 基于HTTP/2协议、netty传输、protostuff序列化的高性能rpc框架☆30Updated 8 years ago
- 规则引擎测试☆10Updated 11 years ago
- Ctrip asynchronous message queue solution☆7Updated 10 years ago
- 使用和学习过程中参考的好文章收集和自己在使用过程中记录的笔记,docker、k8s、微服务、jvm、数据库、领域驱动设计☆19Updated 2 years ago
- 业务风控系统☆11Updated 8 years ago
- Redis-based distributed queue with queue task monitoring, task timeout, failed task retries and more☆19Updated 7 years ago
- RPC框架,基于netty,实现了远程调用、服务治理等功能☆16Updated 7 years ago
- 分布式事务处理框架☆26Updated 8 years ago
- 个人总结的Java算法和实战demo☆11Updated 5 years ago
- Spring项目集成了消息队列-RabbitMQ,实现了普通消息订阅-发布模式的消息队列、延迟消息队列、定时发送消息等☆20Updated 7 years ago
- ZkConfig是为zookeeper开发的配置服务工具包,能与现有的Java系统进行良好的集成,也可以使用与非java系统以独立进程运行。提供与spring进行集成的插件。采用注解方式对需要动态更新的内存数据对象进行标注。 ZkConfig用于解决在系统集群中配置文件的实…☆24Updated 10 years ago
- 基于zookeeper的分布式配置管理中心,在分布式系统中,配置文件经常多而繁杂,更新容易丢,有了这个组件,可以热更新,并且不会哪台机子上漏了哪个配置。☆35Updated 9 years ago
- web-sso是一个简约、无状态、易扩展、易伸缩的适合于大型互联网web应用场景的单点登录系统,它功能简单,只实现了统一登录和登出,它最大的特色是将用户状态写入到cookie中,最大程度减少了单点登录服务端的状态,服务端只需要存储公共的应用密钥,将用户凭证的认证分散到各应用…☆24Updated 10 years ago
- Google 在 2018 年下旬开源了一款新的 Java 工具 Jib,可以轻松地将 Java 应用程序容器化。通过 Jib,我们不需要编写 Dockerfile 或安装 Docker,通过集成到 Maven 或 Gradle 插件,就可以立即将 Java 应用程序容器化…☆21Updated 6 years ago
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 …☆19Updated 10 years ago