vmware-archive / haret

A strongly consistent distributed coordination system, built using proven protocols & implemented in Rust.
461 stars 18 forks source link

Use protobuf for client API and vertree backend #54

Closed andrewjstone closed 7 years ago

andrewjstone commented 7 years ago

Use protobuf for Client API instead of msgpack. Note that msgpack is still used for the admin interface.

Replace the btree backend with vertree.