ZkConfig是为zookeeper开发的配置服务工具包,能与现有的Java系统进行良好的集成,也可以使用与非java系统以独立进程运行。提供与spring进行集成的插件。采用注解方式对需要动态更新的内存数据对象进行标注。 ZkConfig用于解决在系统集群中配置文件的实时同步。当任意一台服务器配置文件发生变化的时候,所有集群服务器配置文件实现同步更新,并且在不启动web容器的情况下,实现内存配置对象的实时更新。 目前支持所有种类配置文件的同步更新,仅支持扩展名为.properties与.cfg结尾的健值对文件格式的内存数据对象实时同步。其余配置文件仅支持磁盘数据同步。
☆25Apr 17, 2015Updated 10 years ago
Alternatives and similar repositories for ZKConfig
Users that are interested in ZKConfig are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 一个redis集群管理方案☆22Dec 10, 2022Updated 3 years ago
- springcloud-demo, 注册中心、负载均衡、熔断器、调用监控、API网关示例☆15Feb 9, 2017Updated 9 years ago
- Redis多实例集中管理与监控的开源解决方案☆19Feb 23, 2017Updated 9 years ago
- Awesant + Logstash + Elasticsearch +Kibana + Nginx集成安装脚本☆17Oct 21, 2015Updated 10 years ago
- ☆18Apr 23, 2015Updated 10 years ago
- Deploy open-source AI quickly and easily - Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 目前生产环境使用的elasticsearch☆10Apr 29, 2014Updated 11 years ago
- Spring Data implementation for ElasticSearch☆63Feb 22, 2022Updated 4 years ago
- xxcloud,旨在整合数据中心异构虚拟化资源为统一的资源池,并在资源池上为用户提供各类IAAS、PAAS服务。☆65Sep 13, 2018Updated 7 years ago
- synchronous☆12Dec 10, 2017Updated 8 years ago
- 基于spring boot的 监控平台☆11Jun 17, 2015Updated 10 years ago
- 还在羡慕BAT,京东等公司的大流量的架构吗?让你的java系统引用解耦,互相独立,commonrpc 就可以办到。commonrpc 是一个以netty为基础,spring 自定义shcema为基础标签的rpc框架,不侵入任何业务代码,一个高性能分布式rpc框架,支持tcp…☆100Mar 11, 2015Updated 11 years ago
- springframework and zookeeper integration on property placeholder configurer☆34May 11, 2013Updated 12 years ago
- excel 公用导出组件☆13Jan 28, 2016Updated 10 years ago
- java性能采集工具☆51Jul 24, 2018Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Java基础服务器底层架构。 -- made by alzq.zhf☆27Aug 11, 2015Updated 10 years ago
- dubbox 2.8.1版本 在其基础之上进行扩展☆10Dec 16, 2014Updated 11 years ago
- 新版代码生成器☆10Apr 19, 2018Updated 7 years ago
- 基于ActiveMQ的数据交换中间件☆14Aug 17, 2014Updated 11 years ago
- 这是一个ZooKeeper客户端,实现了断线重连,会话过期重连,永久 监听,子节点数据变化的监听。并且加入了常用功能,例如分布式锁,Leader选举,主从服务锁,分布式队列等。☆26Jul 8, 2016Updated 9 years ago
- ☆13Apr 16, 2018Updated 7 years ago
- An easy-to-use, scalable spark streaming ETL tool and sdk☆13Aug 14, 2017Updated 8 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- ServiceFramework 示例项目☆10Apr 2, 2016Updated 10 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ☆22Jan 16, 2015Updated 11 years ago
- this is a web server container with netty, it's currenty support for spring MVC. In the future, It will be supported Xcafe MVC☆23Oct 20, 2016Updated 9 years ago
- an open source dataworks platform☆21Jun 4, 2021Updated 4 years ago
- DINP中的Dashboard☆10Feb 9, 2015Updated 11 years ago
- springboot-dubbo集成☆30May 10, 2019Updated 6 years ago
- 全球峰会文档☆11Aug 26, 2019Updated 6 years ago
- 服务质量监控,支持spring,dubbo,java☆17Apr 7, 2016Updated 10 years ago
- zookeeper官方提供的分布式锁,选举master,和分布式队列实现