sgroschupf/zkclient
a zookeeper client, that makes life a little easier. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6272
- days_rel: n/a
- days_push: 902
- n_releases_24m: 0
Adoption not part of the score
1078 stars · 476 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ZkClient is a Java library that wraps the Apache ZooKeeper client API to make working with ZooKeeper simpler and more convenient. It provides an easier-to-use interface for common ZooKeeper operations like watching nodes and handling session events.
Use cases
- connect to zookeeper from java
- simplify zookeeper client code
- watch znode changes in java
- manage zookeeper sessions and reconnection
- build distributed coordination on zookeeper
When to choose
- you use ZooKeeper from Java and want a friendlier API than the raw client
- you need event-driven znode watching with serialization support
- you want a small, proven wrapper library with minimal dependencies
When to avoid
- you use a framework that already bundles a ZooKeeper client like Curator or Kafka's built-in client
- you need a non-JVM language
- you need actively developed features, since the project is in maintenance mode
Facets
library · maturity maintenance
database-driver concurrency developer-tools microservices developer-tools databases jvm cross-platform zookeeper coordination java-library distributed-coordination
1 source
- readme: https://github.com/sgroschupf/zkclient · fetched 2026-08-28 · af450b7213fe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sgroschupf/zkclient | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="sgroschupf/zkclient")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem