I started a local zookeeper service and tried connecting to it with python kazoo client.
However i keep getting,
Connection dropped: socket connection erorr: The handle is invalid
On the server side, i see,
Unable to read additional data from client sessionid 0x0, likely client has closed socket.
Can someone enlighten me no how to fix?
Thanks