Apache ZooKeeper

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.

Лицензия

Лицензия

Категории

Категории

Native Инструменты разработки
Группа

Группа

io.streamnative
Идентификатор

Идентификатор

parent
Последняя версия

Последняя версия

3.6.3.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Apache ZooKeeper
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
Организация-разработчик

Организация-разработчик

The Apache Software Foundation
Система контроля версий

Система контроля версий

https://github.com/streamnative/zookeeper

Скачать parent

Имя Файла Размер
parent-3.6.3.1.pom 35 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.streamnative/parent/ -->
<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>parent</artifactId>
    <version>3.6.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/parent/
implementation 'io.streamnative:parent:3.6.3.1'
// https://jarcasting.com/artifacts/io.streamnative/parent/
implementation ("io.streamnative:parent:3.6.3.1")
'io.streamnative:parent:pom:3.6.3.1'
<dependency org="io.streamnative" name="parent" rev="3.6.3.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='parent', version='3.6.3.1')
)
libraryDependencies += "io.streamnative" % "parent" % "3.6.3.1"
[io.streamnative/parent "3.6.3.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • zookeeper-docs
  • zookeeper-jute
  • zookeeper-server
  • zookeeper-metrics-providers
  • zookeeper-client
  • zookeeper-recipes
  • zookeeper-assembly
  • zookeeper-compatibility-tests

Версии библиотеки

Версия
3.6.3.1
3.6.3.1-rc-1