kevo/pkg/engine/storage
Jeremy Tregunna 4429836929 feat: Add replication manager to manage primary/replica
- Primary nodes will connect to the WAL for observations, start a gRPC
  server for replication, and shutdown properly
- Replica nodes will connect to the primary, apply received entries to
  local storage, and enforce read-only mode for consistency
- Integrates the decision primary/replica/standalone into the kevo cli
2025-04-29 15:03:03 -06:00
..
manager_wal.go feat: Add replication manager to manage primary/replica 2025-04-29 15:03:03 -06:00
manager.go fix: fix the WAL is closed errors on rotation in tight loops, increase durability 2025-04-26 00:15:50 -06:00
retry.go fix: add the retry logic 2025-04-26 11:28:59 -06:00