stackabletech/tokio-zookeeper

Send connection events on global watcher stream

开放

#5 创建于 2018年7月29日

 (0 条评论) (0 个反应) (0 位负责人)Rust (22 个派生)auto 404
good first issuehelp wanted

仓库指标

星标
 (77 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南