kevo/pkg/transport
Jeremy Tregunna 5963538bc5
All checks were successful
Go Tests / Run Tests (1.24.2) (pull_request) Successful in 9m49s
feat: implement replication transport layer
This commit implements the replication transport layer as part of Phase 2 of the replication plan.
Key components include:

- Add protocol buffer definitions for replication services
- Implement WALReplicator extension for processor management
- Create replication service server implementation
- Add replication client and server transport implementations
- Implement storage snapshot interface for bootstrap operations
- Standardize package naming across replication components
2025-04-26 13:05:54 -06:00
..
common_test.go chore: formatting 2025-04-22 14:09:54 -06:00
common.go chore: formatting 2025-04-22 14:09:54 -06:00
interface.go feat: add replication transport interfaces and protocol schema 2025-04-26 12:33:38 -06:00
metrics_extended.go chore: formatting 2025-04-22 14:09:54 -06:00
metrics_test.go chore: formatting 2025-04-22 14:09:54 -06:00
metrics.go chore: formatting 2025-04-22 14:09:54 -06:00
network.go chore: formatting 2025-04-22 14:09:54 -06:00
registry_test.go chore: formatting 2025-04-22 14:09:54 -06:00
registry.go feat: add replication transport interfaces and protocol schema 2025-04-26 12:33:38 -06:00
replication_test.go feat: implement replication transport layer 2025-04-26 13:05:54 -06:00
replication.go feat: add replication transport interfaces and protocol schema 2025-04-26 12:33:38 -06:00