bonifaido / rust-zookeeper

Pure Rust library for Apache ZooKeeper built on MIO
MIT License
206 stars 46 forks source link

Keep backwards compatibility for old zookeeper server. #84

Closed sighingnow closed 3 years ago

sighingnow commented 3 years ago

Old zookeeper server doesn't have the "readonly" field, see also

https://github.com/apache/zookeeper/blob/master/zookeeper-server/src/main/java/org/apache/zookeeper/ClientCnxnSocket.java#L143-L154

Fixes #83 as well.

sighingnow commented 3 years ago

Thanks for merging!