Commit Graph

3 Commits

Author SHA1 Message Date
86340fe7bc fix: use constants for primary/replica/standalone
Some checks failed
Go Tests / Run Tests (1.24.2) (push) Failing after 15m9s
2025-04-29 15:03:03 -06:00
fd3a19dc08 feat: finished replication, testing, and go fmt 2025-04-29 15:03:03 -06:00
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