stackabletech/tokio-zookeeper

Send connection events on global watcher stream

Ouverte

#5 ouverte le 29 juil. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (22 forks)auto 404
good first issuehelp wanted

Métriques du dépôt

Stars
 (77 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

From Java docs:

When a client drops the current connection and re-connects to a server, all the existing watches are considered as being triggered but the undelivered events are lost. To emulate this, the client will generate a special event to tell the event handler a connection has been dropped. This special event has EventType None and KeeperState Disconnected.

Guide contributeur