kevo/pkg/engine
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
..
compaction fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
interfaces feat: Update client sdk (Go) with smart connection logic 2025-04-29 15:03:03 -06:00
iterator fix: engine refactor bugfix fest, go fmt 2025-04-25 23:36:08 -06:00
storage feat: Update client sdk (Go) with smart connection logic 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