kevo/pkg/replication
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
..
proto feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00
batch_test.go feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00
batch.go feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00
common_test.go feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00
common.go feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00
compression_test.go feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00
compression.go feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00
heartbeat_test.go chore: go fmt 2025-04-29 15:03:03 -06:00
heartbeat.go chore: go fmt 2025-04-29 15:03:03 -06:00
manager_test.go feat: Add replication manager to manage primary/replica 2025-04-29 15:03:03 -06:00
manager.go feat: Add replication manager to manage primary/replica 2025-04-29 15:03:03 -06:00
primary_test.go feat: Replica node implementation 2025-04-29 15:03:03 -06:00
primary.go chore: go fmt 2025-04-29 15:03:03 -06:00
replica_test.go feat: Replica node implementation 2025-04-29 15:03:03 -06:00
replica.go feat: Replica node implementation 2025-04-29 15:03:03 -06:00
state_test.go feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00
state.go feat: Extend WAL to support observers & replication protocol 2025-04-29 15:03:03 -06:00