docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
854 stars 205 forks source link

Add support fort consul token #201

Open Dudesons opened 6 years ago

GordonTheTurtle commented 6 years ago

Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:

$ git clone -b "master" git@github.com:Dudesons/libkv.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

Dudesons commented 6 years ago

this link seems down: http://apache.cs.utah.edu/zookeeper/zookeeper-3.5.1-alpha/zookeeper-3.5.1-alpha.tar.gz

Dudesons commented 6 years ago

@aluzzardi @sanimej @vieux Do you think this PR have any chance to be merged ?

Dudesons commented 5 years ago

@GordonTheTurtle