We still need string encoding decoding for the KV store in dragonboat.
But this at least converts the API/Consensus communication to only operate on gobs of data rather than having to format and parse data messages on either end.
Everything is the same except for the new commands to get and update the image are
Fixes #23
We still need string encoding decoding for the KV store in dragonboat. But this at least converts the API/Consensus communication to only operate on gobs of data rather than having to format and parse data messages on either end.
Everything is the same except for the new commands to get and update the image are