- 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 |
||
---|---|---|
.. | ||
batch_test.go | ||
batch.go | ||
reader.go | ||
replication_test.go | ||
replication.go | ||
wal_test.go | ||
wal.go |