Description
Remote service registrations with ZooKeeper are lost when the ZooKeeper server dies. If the ZooKeeper server is restarted these registrations should be recreated.
To reproduce:
1. Start the zookeeper server
2. Register a remote client
3. Run a client to verify that it works
4. Stop the zookeeper server
5. Start the remote client again
6. Start the zookeeper server
At this point the client is not notified of the remote service. Steps 5 and 6 can also be reversed.