stackabletech/tokio-zookeeper

Support non-TCP connections and handshakes

オープン

#8 opened on 2018/07/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (22 件のフォーク)auto 404
help wanted

Repository metrics

Stars
 (77 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Packetizer is fully generic over the underlying transport. However, ZooKeeper is not (it requires tokio::net::TcpStream for connect). We should use the ZooKeeperTransport trait to bring all network connectivity things into Packetizer::new (including the handshake, which can then be reused for session re-establishment).

コントリビューターガイド