All Projects → adyliu → Zkclient

adyliu / Zkclient

Licence: apache-2.0
zkclient - A simple and effective Java client for zookeeper (both support zookeeper 3.3.x/3.4.x+)

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Zkclient

Whatsmars
Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ + Elasticsearch)🔥🔥🔥🔥🔥
Stars: ✭ 1,389 (+878.17%)
Mutual labels:  zookeeper
Kafka Stack Docker Compose
docker compose files to create a fully working kafka stack
Stars: ✭ 1,836 (+1192.96%)
Mutual labels:  zookeeper
Kafka Junit
This library wraps Kafka's embedded test cluster, allowing you to more easily create and run integration tests using JUnit against a "real" kafka server running within the context of your tests. No need to stand up an external kafka cluster!
Stars: ✭ 131 (-7.75%)
Mutual labels:  zookeeper
Rpc Fromscratch
🌈 从零开始设计一个轻量级分布式 RPC 框架,基于 Spring + Netty + Protostuff + Zookeeper
Stars: ✭ 106 (-25.35%)
Mutual labels:  zookeeper
Mmo Server
Distributed Java game server, including login, gateway, game demo
Stars: ✭ 114 (-19.72%)
Mutual labels:  zookeeper
Kafka Zk Restapi
Kafka Zookeeper RESTful API to perform topic/consumer group administration/metric(offset\lag\message) collection and monitor
Stars: ✭ 121 (-14.79%)
Mutual labels:  zookeeper
Kubernetes Zookeeper
This project contains tools to facilitate the deployment of Apache ZooKeeper on Kubernetes.
Stars: ✭ 102 (-28.17%)
Mutual labels:  zookeeper
Nacos Sync
Service Sync component
Stars: ✭ 138 (-2.82%)
Mutual labels:  zookeeper
Milkomeda
Spring extend componets which build from experience of bussiness, let developers to develop with Spring Boot as fast as possible.(基于Spring生态打造的一系列来自业务上的快速开发模块集合。)
Stars: ✭ 117 (-17.61%)
Mutual labels:  zookeeper
Docker Zookeeper
Builds a docker image for Zookeeper
Stars: ✭ 130 (-8.45%)
Mutual labels:  zookeeper
Superman
Superman是什么:构建Java 高级开发技术的知识体系,从基础不断打怪升级成为超人之路(更新中.......)
Stars: ✭ 106 (-25.35%)
Mutual labels:  zookeeper
Mconf
微服务配置中心 mconf ,基于 Zookeeper和Redis实现的配置中心。提供拉取配置、订阅配置、新增配置、删除配置、修改配置等功能。支持多数据中心、多环境配置、配置分组、多版本配置等功能。
Stars: ✭ 112 (-21.13%)
Mutual labels:  zookeeper
X Admin
致力于快速开发中小型后台管理系统项目模板(更新中......)
Stars: ✭ 123 (-13.38%)
Mutual labels:  zookeeper
Zookeeper Client
Provides the basic zk operation, but also additionally encapsulates the commonly used functions to make it easier for .NET developers to use zookeeper better.
Stars: ✭ 104 (-26.76%)
Mutual labels:  zookeeper
Rust Zookeeper
Pure Rust library for Apache ZooKeeper built on MIO
Stars: ✭ 134 (-5.63%)
Mutual labels:  zookeeper
Simple Rpc
RPC with service discovery base on netty
Stars: ✭ 103 (-27.46%)
Mutual labels:  zookeeper
Smconf
简单,集中,分布式的配置管理
Stars: ✭ 120 (-15.49%)
Mutual labels:  zookeeper
Ext Zookeeper
🧑 Coroutine-based ZooKeeper Client for PHP
Stars: ✭ 140 (-1.41%)
Mutual labels:  zookeeper
E3 Springboot
SpringBoot+Docker重构宜立方商城
Stars: ✭ 139 (-2.11%)
Mutual labels:  zookeeper
Mrpc
🐿 netty,zookeeper,spring,kyro rpc framework.
Stars: ✭ 128 (-9.86%)
Mutual labels:  zookeeper

A simple and effective Java client for zookeeper.

Build Status

Maven Dependency

The latest version has been synchronized to Maven Central Repository.

    <dependency>
        <groupId>com.github.adyliu</groupId>
        <artifactId>zkclient</artifactId>
        <version>2.2.0</version>
    </dependency>
  • The version 2.x supports both zookeeper 3.3.x and 3.4.x+.
  • The version 1.x needs zookeeper 3.3.x.

Wiki & Usage

The wiki links: https://github.com/adyliu/zkclient/wiki

Contributors

[Zookeeper client for java]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].