etcd-io / etcd

Distributed reliable key-value store for the most critical data of a distributed system
https://etcd.io
Apache License 2.0
47.63k stars 9.75k forks source link

etcd v3 clients feature/maturity matrix #9156

Closed xiang90 closed 4 years ago

xiang90 commented 6 years ago

There are currently two "official" etcd v3 clients, written in go and java. Our users want us to provide help on the etcd clients written in other languages (python, ruby, etc.)

To get started, I propose to start define the functionalities that a client should support, and a way to measure the maturity. At least, our users can choose external client more wisely. Also we can encourage the client writers to stabilize their client when there is a guideline.

/cc @davissp14 @jpbetz

davissp14 commented 6 years ago

@xiang90 What are your thoughts on moving my etcdv3-ruby client to the etcd-io namespace? https://github.com/davissp14/etcdv3-ruby

I have quite a few other projects going on and i'm just not finding the time to work on it.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.