kevo/pkg/engine
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
..
compaction fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
interfaces fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
iterator fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
storage feat: Add replication manager to manage primary/replica 2025-04-29 15:03:03 -06:00
transaction fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
compat.go fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
errors.go feat: Add replication manager to manage primary/replica 2025-04-29 15:03:03 -06:00
facade_test.go fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
facade.go feat: Add replication manager to manage primary/replica 2025-04-29 15:03:03 -06:00
iterator.go feat: big refactor cleaning up the engine code 2025-04-23 22:45:16 -06:00
replication.go feat: Add replication manager to manage primary/replica 2025-04-29 15:03:03 -06:00