Right, etcd's entire focus is on being a consensus database for distributed systems needing coordination, locking, etc. So, eventually consistent WAN replication hasn't really been a focus.
I do think this sort of cross-cluster key replication is useful and we offer it as a userspace external tool called make-mirror[1].
Worth noting that CockroachDB isn't using an eventually consistent model. Yes, it's not the same thing as etcd, but I can see some potential use case overlap.
I do think this sort of cross-cluster key replication is useful and we offer it as a userspace external tool called make-mirror[1].
[1] https://github.com/coreos/etcd/blob/master/etcdctl/README.md...