kevo/pkg/wal
Jeremy Tregunna c0bfd835f7
Some checks failed
Go Tests / Run Tests (1.24.2) (pull_request) Failing after 5m1s
feat: implement replication hook point in WAL and Lamport clocks…
- Add Lamport clock implementation for logical timestamps
- Define ReplicationHook interface in WAL package
- Extend WAL to use Lamport clock for timestamps
- Add notification hooks for WAL entries and batches
- Update WAL initialization to support replication
- Add tests for replication hooks and clocks
2025-04-26 11:42:49 -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 replication hook point in WAL and Lamport clocks… 2025-04-26 11:42:49 -06:00
replication.go feat: implement replication hook point in WAL and Lamport clocks… 2025-04-26 11:42:49 -06:00
wal_test.go feat: enhance wal recover statistics 2025-04-22 14:09:45 -06:00
wal.go feat: implement replication hook point in WAL and Lamport clocks… 2025-04-26 11:42:49 -06:00