Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

addthis/bark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bark

It's like a floating zoo

bark is a library that contains various bits of Apache ZooKeeper utility code that does not have any better home and rises up to sail alone. Most classes use zkclient instead of using the zookeeper library directly.

If you are looking for a more general purpose library you might want to use zkclient itself or Apache Curator.

Building

mvn test

Use

<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>bark</artifactId>
  <version>latest-and-greatest</version>
</dependency>

You can either install locally, or releases will eventually make their way to maven central.

Administrative

Versioning

It's x.y.z where:

  • x: something major happened
  • y: next release
  • z: bug fix only

License

bundle is released under the Apache License Version 2.0. See Apache or the LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages