Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Update ZEP-XXX-journal-record-format.md
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Pires <[email protected]>
  • Loading branch information
deepthidevaki and Miguel Pires authored Jun 2, 2021
1 parent aa8d2ff commit 3f8f170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZEP-XXX-journal-record-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ A record with an InitialEntry

One approach is to replicate the serialized journal record as it is. However the raft module which sends and receives the replicated record needs to have access to raft term.
Hence, the record needs to be (partially) deserialized at the raft layer.
The serialization logic should be then shared by the raft and the journal.
The serialization logic should then be shared by the raft and the journal.
Currently the transport layer uses Kryo for serialization.
So even if we replicate the journal record as it is, we are not getting much benefits from it.
We would still need to copy the record before it is sent.
Expand Down

0 comments on commit 3f8f170

Please sign in to comment.