This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cloud:etcd [2017/01/19 13:54] frank |
cloud:etcd [2017/01/23 13:19] (current) frank |
||
---|---|---|---|
Line 1: | Line 1: | ||
etcd: A highly-available key value store for shared configuration and service discovery. | etcd: A highly-available key value store for shared configuration and service discovery. | ||
- | * Simple : gRPC (http + JSON API ?) | + | * Simple : gRPC (<del>http + JSON API</del>) |
* Secure: automatic TLS with optional client cert authentication | * Secure: automatic TLS with optional client cert authentication | ||
* Fast: 10,000 writes/sec | * Fast: 10,000 writes/sec | ||
Line 26: | Line 26: | ||
</code> | </code> | ||
+ | |||
+ | gRPC |