- Add WAL replicator component with entry capture, buffering, and subscriptions - Implement WAL entry serialization with checksumming - Add batch serialization for network-efficient transfers - Implement proper concurrency control with mutex protection - Add utility functions for entry size estimation - Create comprehensive test suite |
||
---|---|---|
.. | ||
lamport_clock_test.go | ||
lamport_clock.go | ||
replicator_test.go | ||
replicator.go | ||
serialization_test.go | ||
serialization.go |