Updated the examples section, on how to handle connection issues with a ZooKeeper server.
Motivation and Context
Originates from #327
How Has This Been Tested?
running a ZooKeeper server in podman/docker
Starting the client, making sure it is connected
disable the podman/docker network
verify that the client has lost connection.
reconnect the network.
The steps above have been made within the timeout period, to confirm the client is reconnecting, and longer than the timeout to confirm the client is exiting.
Also, starting up a client with an already disabled network, making sure it connects when the network is up and running again.
Description
Updated the examples section, on how to handle connection issues with a ZooKeeper server.
Motivation and Context
Originates from #327
How Has This Been Tested?
The steps above have been made within the timeout period, to confirm the client is reconnecting, and longer than the timeout to confirm the client is exiting.
Also, starting up a client with an already disabled network, making sure it connects when the network is up and running again.
Example:
Types of changes
Checklist: