> Hi Dave, > Just a question on how do you see it being used, meaning who would call > addserver and removeserver? It does seem useful to be able to do this. This > is definitely worth working on. You can link it as a subtask of > ZOOKEEPER-107. >
In my case, it would be my client application - I would get a notification (probably via a watched ZK node controlled by my manager process) that the cluster membership was changing, and I'd adjust the client server list accordingly. -Dave