kevo/pkg/replication
Jeremy Tregunna f9e332096c feat: Update client sdk (Go) with smart connection logic
- Client SDK will connect to a node, get node information and decide if
  it needs to connect to a primary for writes, or pick a replica to
  connect to for reads
- Updated service with a GetNodeInfo rpc call which returns information
  about the node to enable the smart selection code in the sdks
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
info_provider.go feat: Update client sdk (Go) with smart connection logic 2025-04-29 15:03:03 -06:00
manager_test.go feat: Update client sdk (Go) with smart connection logic 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_info.go feat: Update client sdk (Go) with smart connection logic 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