Serialize StateDelta for HA
Summary: Since we need to send `StateDelta`s over the wire in HA, we need to be able to serialize those bad boys. This diff hopefully does this the right way. Reviewers: teon.banek, mferencevic, ipaljak Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1725
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -51,6 +51,8 @@ src/database/distributed/counters_rpc_messages.capnp
|
||||
src/database/distributed/counters_rpc_messages.hpp
|
||||
src/database/distributed/serialization.capnp
|
||||
src/database/distributed/serialization.hpp
|
||||
src/database/single_node_ha/serialization.capnp
|
||||
src/database/single_node_ha/serialization.hpp
|
||||
src/distributed/bfs_rpc_messages.capnp
|
||||
src/distributed/bfs_rpc_messages.hpp
|
||||
src/distributed/coordination_rpc_messages.capnp
|
||||
|
||||
Reference in New Issue
Block a user