rust-zookeeper icon indicating copy to clipboard operation
rust-zookeeper copied to clipboard

Implement building blocks of multi-key transactions

Open bonifaido opened this issue 6 years ago • 1 comments

rust-zookeeper would needs transaction support first though (#4)? This correctly we'd need something similar to the Java client's multi method, and possibly something like the Transaction builder - which seems like a wrapper on top of multi. That would also involve creating something similar to Op, and finally, support for serializing and deserializing the multi requests and responses - similar to MultiTransactionRecord and MultiResponse.

bonifaido avatar Jan 27 '18 17:01 bonifaido

I have a branch for this here: https://github.com/tgockel/rust-zookeeper/tree/issue/45/transactions . The code doesn't work because I can't get the deserialization of responses working correctly and I have no idea what I'm doing wrong :-(

tgockel avatar Jan 29 '18 05:01 tgockel