kevo/pkg/wal
Jeremy Tregunna 0d923f3f1d feat: Replica node implementation
- Created state handlers for all replication states
- Implemented transitions based on received data
- Added a WAL entry applier with validation
- Implemented connection/reconnection management
- Implemented ACK/NACK tracking and verification
2025-04-29 15:03:03 -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
observer_test.go feat: Replica node implementation 2025-04-29 15:03:03 -06:00
observer.go feat: Replica node implementation 2025-04-29 15:03:03 -06:00
reader.go chore: formatting 2025-04-22 14:09:54 -06:00
retention_test.go feat: Replica node implementation 2025-04-29 15:03:03 -06:00
retention.go feat: Replica node implementation 2025-04-29 15:03:03 -06:00
retrieval_test.go feat: Replica node implementation 2025-04-29 15:03:03 -06:00
wal_test.go feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00
wal.go feat: Replica node implementation 2025-04-29 15:03:03 -06:00