jzab

An implementation of ZooKeeper Atomic Broadcast.

License

License

GroupId

GroupId

com.github.zk1931
ArtifactId

ArtifactId

jzab
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

jzab
An implementation of ZooKeeper Atomic Broadcast.
Project URL

Project URL

https://github.com/zk1931/jzab
Source Code Management

Source Code Management

https://github.com/zk1931/jzab

Download jzab

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.zk1931/jzab/ -->
<dependency>
    <groupId>com.github.zk1931</groupId>
    <artifactId>jzab</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zk1931/jzab/
implementation 'com.github.zk1931:jzab:0.3.0'
// https://jarcasting.com/artifacts/com.github.zk1931/jzab/
implementation ("com.github.zk1931:jzab:0.3.0")
'com.github.zk1931:jzab:jar:0.3.0'
<dependency org="com.github.zk1931" name="jzab" rev="0.3.0">
  <artifact name="jzab" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zk1931', module='jzab', version='0.3.0')
)
libraryDependencies += "com.github.zk1931" % "jzab" % "0.3.0"
[com.github.zk1931/jzab "0.3.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5
com.google.protobuf : protobuf-java jar 2.4.1
io.netty : netty-all jar 4.0.21.Final

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

Jzab

Build Status

jzab is an implementation of ZooKeeper Atomic Broadcast (Zab) in Java. jzab's features include:

  • High throughput - benchmarked > 20k writes/sec on commodity hardware.
  • Fuzzy snapshot - minimizes service interruption while taking snapshots.
  • Dynamic reconfiguration - add/remove servers without restarting the cluster.
  • Minimum runtime dependencies - netty, protobuf, slf4j.
  • Secure communication - using ssl.

Applications using jzab

  • zabkv - A simple reference server.
  • pulsed - An HTTP-based replicated filestore for distributed coordination.

Documentation

Requirements

  • JDK 1.7 or later: javac -version
  • Maven 3 or later: mvn -v
  • Protocol Buffers compiler 2.6.*: protoc --version

How to build

To build the project, run:

mvn verify

Versions

Version
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.1.0-alpha