Indoqa ZooKeeper Config

Reading properties for Spring from Apache ZooKeeper

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.indoqa
ArtifactId

ArtifactId

indoqa-zookeeper-config
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Indoqa ZooKeeper Config
Reading properties for Spring from Apache ZooKeeper
Project URL

Project URL

https://github.com/indoqa/indoqa-zookeeper-config/
Project Organization

Project Organization

Indoqa Software Design und Beratung GmbH
Source Code Management

Source Code Management

https://github.com/Indoqa/indoqa-zookeeper-config

Download indoqa-zookeeper-config

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.indoqa : indoqa-zookeeper jar 1.0.1
org.springframework : spring-core jar 4.2.3.RELEASE
org.springframework : spring-context jar 4.2.3.RELEASE
org.slf4j : slf4j-api jar 1.7.12

test (4)

Group / Artifact Type Version
org.apache.curator : curator-test jar 2.12.0
org.slf4j : slf4j-log4j12 jar 1.7.12
junit : junit jar 4.12
org.assertj : assertj-core jar 3.9.1

Project Modules

There are no modules declared in this project.

indoqa-zookeeper-config

Uses indoqa-zookeeper to read properties from Apache ZooKeeper and provide them as a Spring PropertySource.

Applications will also register themselves in the ZooKeeper ensemble to keep track of the active services and where and since when they are running. Additional information, such as descriptions, links, and names, can also be stored to provide a complete overview of a system.

com.indoqa

Indoqa

Versions

Version
1.0.1
1.0.0