kevo/pkg/transport
Jeremy Tregunna 1974dbfa7b
feat: implement access control and persistence for replicas
- Add access control system for replica authorization
- Implement persistence of replica information
- Add stale replica detection
- Create comprehensive tests for replica registration
- Update ReplicationServiceServer to use new components
2025-04-26 14:23:42 -06:00
..
access_control.go feat: implement access control and persistence for replicas 2025-04-26 14:23:42 -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
errors_test.go feat: implement integrity validation with checksums for replication transport 2025-04-26 14:07:31 -06:00
errors.go feat: implement reliability features for replication transport 2025-04-26 13:32:23 -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
replica_persistence.go feat: implement access control and persistence for replicas 2025-04-26 14:23:42 -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
retry_test.go feat: implement integrity validation with checksums for replication transport 2025-04-26 14:07:31 -06:00
retry.go feat: implement reliability features for replication transport 2025-04-26 13:32:23 -06:00