kevo/pkg/replication
Jeremy Tregunna 5cd1f5c5f8
feat: implement WAL applier for replication
- Add WALApplier component for applying entries on replica nodes
- Implement logical timestamp ordering with Lamport clocks
- Add support for handling out-of-order entry delivery
- Add error handling and recovery mechanisms
- Implement comprehensive testing for all applier functions
2025-04-26 12:02:53 -06:00
..
applier_test.go feat: implement WAL applier for replication 2025-04-26 12:02:53 -06:00
applier.go feat: implement WAL applier for replication 2025-04-26 12:02:53 -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