From aeff5507e62b3a63d9547f7cbef331039df5ace9 Mon Sep 17 00:00:00 2001 From: Maciej Bilas Date: Wed, 4 May 2016 02:56:17 +0200 Subject: [PATCH] librarites-and-tools.md: add Scala-based maciej/etcd-client --- Documentation/libraries-and-tools.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 0b39046bc..2644a57b9 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -29,6 +29,10 @@ - [AdoHe/etcd4j](http://github.com/AdoHe/etcd4j) - Supports v2 (enhance for real production cluster) - [cdancy/etcd-rest](https://github.com/cdancy/etcd-rest) - Uses jclouds to provide a complete implementation of v2 API. +**Scala libraries** + +- [maciej/etcd-client](https://github.com/maciej/etcd-client) - Supports v2. Akka HTTP-based fully async client + **Python libraries** - [jplana/python-etcd](https://github.com/jplana/python-etcd) - Supports v2