License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdzookeeper-recipes-queue |
Last Version | Last Version3.6.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache ZooKeeper - Recipes - Queue
This queue interface recipe implements the queue recipe
A more detailed explanation is at:
http://www.cloudera.com/blog/2009/05/28/building-a-distributed-concurrent-queue-with-apache-zookeeper/
This recipe does not handle KeeperException.ConnectionLossException or ZCONNECTIONLOSS.
It will only work correctly once ZOOKEEPER-22 https://issues.apache.org/jira/browse/ZOOKEEPER-22 is resolved.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.streamnative/zookeeper-recipes-queue/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>zookeeper-recipes-queue</artifactId>
<version>3.6.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/zookeeper-recipes-queue/
implementation 'io.streamnative:zookeeper-recipes-queue:3.6.3.1'
// https://jarcasting.com/artifacts/io.streamnative/zookeeper-recipes-queue/
implementation ("io.streamnative:zookeeper-recipes-queue:3.6.3.1")
'io.streamnative:zookeeper-recipes-queue:jar:3.6.3.1'
<dependency org="io.streamnative" name="zookeeper-recipes-queue" rev="3.6.3.1">
<artifact name="zookeeper-recipes-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='zookeeper-recipes-queue', version='3.6.3.1')
)
libraryDependencies += "io.streamnative" % "zookeeper-recipes-queue" % "3.6.3.1"
[io.streamnative/zookeeper-recipes-queue "3.6.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.streamnative : zookeeper | jar | 3.6.3.1 |
Group / Artifact | Type | Version |
---|---|---|
com.github.spotbugs : spotbugs-annotations Optional | jar | 4.0.2 |
Group / Artifact | Type | Version |
---|---|---|
io.streamnative : zookeeper | test-jar | 3.6.3.1 |
org.xerial.snappy : snappy-java | jar | 1.1.7 |
junit : junit | jar | 4.12 |
io.dropwizard.metrics : metrics-core | jar | 3.2.5 |