- Add WALApplier component for applying entries on replica nodes - Implement logical timestamp ordering with Lamport clocks - Add support for handling out-of-order entry delivery - Add error handling and recovery mechanisms - Implement comprehensive testing for all applier functions |
||
---|---|---|
.. | ||
applier_test.go | ||
applier.go | ||
lamport_clock_test.go | ||
lamport_clock.go | ||
replicator_test.go | ||
replicator.go | ||
serialization_test.go | ||
serialization.go |