kevo/pkg/replication
Jeremy Tregunna 02febadf5d
feat: implement WAL replicator and entry serialization
- 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
2025-04-26 11:54:19 -06:00
..
lamport_clock_test.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
lamport_clock.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
replicator_test.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
replicator.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
serialization_test.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
serialization.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00