stackabletech/tokio-zookeeper

Send connection events on global watcher stream

Offen

#5 geöffnet am 29.07.2018

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (22 Forks)auto 404
good first issuehelp wanted

Repository-Metriken

Stars
 (77 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide