Fork me on GitHub
#off-topic
<
2017-05-22
>
roberto13:05:47

zetcd’s promise it is that you won’t need to add zookeeper to all the services that required it. There are lots of tooling that require zookeeper, and this makes it complicated to deploy, especially if you are using containers. zetcd promises to be lightweight and easier to maintain. We are keeping an eye on it but not really jumping on that bandwagon yet because coreos has a bad reputation of abandoning projects (e.g. fleet), and that has burnt us before.

noisesmith17:05:28

roberto: is etcd as reliable as zookeeper is?

noisesmith17:05:36

eg. comparing the aphyr jepsen posts on zookeeper and etcd, zookeeper looks a lot better (but the etcd post is from long enough ago that it might be better now…)

roberto19:05:17

Hmmm, I’m not sure. My opinions are solely based on the pain of deployment of zk in a containerized (if that is a word) environment.

not-raspberry17:05:41

Does anyone remember that Python talk where the guy was bashing Python's urllib? He was showing how tightly the HTTP parser code was coupled with the request class.