kevo/pkg/wal
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
..
batch_test.go feat: enhance wal recover statistics 2025-04-22 14:09:45 -06:00
batch.go fix: fix the build error from before 2025-04-26 04:11:32 -06:00
reader.go chore: formatting 2025-04-22 14:09:54 -06:00
replication_test.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
replication.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00
wal_test.go feat: enhance wal recover statistics 2025-04-22 14:09:45 -06:00
wal.go feat: implement WAL replicator and entry serialization 2025-04-26 11:54:19 -06:00