Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 825 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 825 Bytes

Akka HTTP based etcd client

Maven Central Build Status

This module provides a fully asynchronous client for etcd 2.x implemented using Akka HTTP.

Running tests

The integration tests require an instance of etcd running. Please use Docker Compose to start it:

docker-compose up

Resources