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).