kevo/pkg/transport
Jeremy Tregunna ed991ae00d
feat: add replication transport interfaces and protocol schema
- Add replication-specific interfaces to pkg/transport
- Create ReplicationClient and ReplicationServer interfaces
- Add replication message types for WAL entries and bootstrap
- Create Protobuf schema for replication in proto/kevo/replication.proto
- Update transport registry to support replication components
2025-04-26 12:33:38 -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.go feat: add replication transport interfaces and protocol schema 2025-04-26 12:33:38 -06:00