p

parent

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.
http://zookeeper.apache.org
Apache License, Version 2.0
Ted Dunning Camille Fournier Patrick Hunt Flavio Junqueira Ivan Kelly Mahadev Konar Michi Mutsuzaki Chris Nauroth Benjamin Reed Henry Robinson Raul Gutierrez Segales Rakesh Radhakrishnan Michael Han Giridharan Kesavan Andrew Kornev Alex Shraer Thawan Kooburat Hongchao Deng Mohammad Arshad Abraham Fine Andor Molnar Allan Lyu Enrico Olivelli
Files download
File Operation
parent-3.6.3.1.pom download
Apache Maven
<dependency>
  <groupId>io.streamnative</groupId>
  <artifactId>parent</artifactId>
  <version>3.6.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.streamnative:parent:3.6.3.1'
Gradle Kotlin
implementation("io.streamnative:parent:3.6.3.1")
Scala SBT
libraryDependencies += "io.streamnative" % "parent" % "3.6.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.streamnative', module='parent', version='3.6.3.1')
)
Apache Ivy
<dependency org="io.streamnative" name="parent" rev="3.6.3.1" />
Leiningen
[io.streamnative/parent "3.6.3.1"]
Apache Buildr
'io.streamnative:parent:jar:3.6.3.1'