Browse Source

Merge pull request #10110 from zhongwencool/zhongwencool-patch-1

Documentation: add erlang client for etcd API v3
Sam Batschelet 7 years ago
parent
commit
1a3be73387
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Documentation/integrations.md

+ 2 - 1
Documentation/integrations.md

@@ -89,7 +89,8 @@
 
 **Erlang libraries**
 
-- [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl)
+- [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl) - Supports v2
+- [zhongwencool/eetcd](https://github.com/zhongwencool/eetcd) - Supports v3+ (GRPC only)
 
 **.Net Libraries**