Registry / database / jetcd-core

jetcd-core

JSON →
library0.8.6javamavenunverified

A Java client for etcd, a distributed key-value store, providing core API access.

<dependency> <groupId>io.etcd</groupId> <artifactId>jetcd-core</artifactId> <version>0.8.6</version> </dependency>
INSTALL
IMPORT
SIG · JETCD-CORE
J
jetcd-core
databasejavav0.8.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
io.etcd.jetcd.Client

Connects to an etcd server and prints confirmation.

import io.etcd.jetcd.Client; public class Example { public static void main(String[] args) { Client client = Client.builder().endpoints("http://localhost:2379").build(); System.out.println("Connected to etcd"); client.close(); } }
Debug
Known issues
gotchaRequires a running etcd server; connection may fail if not available.
fix
Ensure etcd is running and accessible at the specified endpoint.
affects: all
Upgrade
Version history
0.8.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
jetcd-core — mvn dependency:get jetcd-core · libregistry