upvote
My beef with etcd is that its neither performant nor reliable.

Its very much {reliable, performant, flexible} pick none.

reply
Their lock, leader election, sessions, and leases are all awful and I'd never recommend anyone to use those. But as a strongly consistent kv store and if you need the watch mechanics, its useful. It has its place and that's mostly being used by kubernetes.
reply