Hacker News new | ask | show | jobs
by ideal0227 3530 days ago
etcd use bi-directional streams for watchers. One. TCP connections can maintains multiple streams. No matter what you need to keep at least one connection. ZooKeeper is not an exception.
1 comments

That's good to hear. Seems like that would work the same way then.