From be0bb56525c342c10b1488e211e9b4910da75913 Mon Sep 17 00:00:00 2001 From: Jurriaan Mous Date: Fri, 29 Aug 2014 10:45:46 +0200 Subject: [PATCH] Add Etcd4j as a new Java client option --- Documentation/clients-matrix.md | 1 + Documentation/libraries-and-tools.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/clients-matrix.md b/Documentation/clients-matrix.md index acd739e94..469e1ef4f 100644 --- a/Documentation/clients-matrix.md +++ b/Documentation/clients-matrix.md @@ -28,6 +28,7 @@ Sorted alphabetically on language/name |[clj-etcd](https://github.com/rthomas/clj-etcd) |Clojure|-|-|G|G|-|B|-|-| |[etcd-clojure](https://github.com/aterreno/etcd-clojure) |Clojure|-|-|F|F|F|F|-|-| |[go-etcd](https://github.com/coreos/go-etcd) |go |Y|Y|F|F|F|F|-|-| +|[etcd4j](https://github.com/jurmous/etcd4j) |java |Y|Y|F|F|F|F|-|-| |[jetcd](https://github.com/diwakergupta/jetcd) |java |Y|-|B|B|-|B|-|-| |[Etcd.jl](https://github.com/forio/Etcd.jl) |Julia |-|-|F|F|F|F|Y|Y| |[etcetera](https://github.com/drusellers/etcetera) |.net |-|-|F|F|F|F|-|-| diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 372847d44..23dd8616e 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -15,6 +15,7 @@ - [justinsb/jetcd](https://github.com/justinsb/jetcd) - [diwakergupta/jetcd](https://github.com/diwakergupta/jetcd) - Supports v2 +- [jurmous/etcd4j](https://github.com/jurmous/etcd4j) - Supports v2 **Python libraries**