Skip to main content

Module replication

Module replication 

Source
Expand description

Replica Placement and Management for Distributed Dakera

Provides:

  • Configurable replication factor per namespace
  • Multiple placement strategies (rack-aware, zone-aware, random)
  • Replica state tracking and synchronization
  • Automatic failover and promotion

Structs§

NodeTopology
Information about a node’s topology placement
ReplicaInfo
Information about a single replica
ReplicaManager
Manager for replica placement and lifecycle
ReplicaSet
Replica set for a shard/namespace
ReplicationConfig
Configuration for replication behavior
ReplicationStats
Statistics about replication state

Enums§

PlacementStrategy
Strategy for placing replicas across nodes
ReplicaState
State of a replica
ReplicationError
Errors that can occur during replication operations
WriteAckMode
Write acknowledgment modes