|
|
|
|
|
by ninjakeyboard
3313 days ago
|
|
So how does zetcd handle the zookeeper session? It's in zetcd and then the "ephemeral nodes" are removed from etcd if the zk client session expires? This is handled by the proxy? This seems to be the major design compatibility item between the two is that the zookeeper protocol has a session state and so supports ephemeral nodes. If a gc pauses the jvm for a long time the client session will expire. In etcd there is ttl instead (zookeeper always lacked ttl as it wasn't needed) |
|
Disclaimer: The person who wrote this is AFK at the moment so I might be completely wrong ;)