kevo/pkg/replication
Jeremy Tregunna 2bc2fdafda feat: Add heartbeat support in replication
- Created a heartbeat that monitors sessions and sends heartbeats
  between nodes
- Updated the primary to include a heartbeat manager
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 feat: Add heartbeat support in replication 2025-04-29 15:03:03 -06:00
heartbeat.go feat: Add heartbeat support in replication 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 feat: Add heartbeat support in replication 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