콘텐츠로 이동
한국어

ReplicaId

이 콘텐츠는 아직 번역되지 않았습니다.

ReplicaId = string

Defined in: src/crdt/Crdt.ts:53

Identifier of the replica producing an update. In a cluster, this is typically cluster.selfAddress.toString() — every NodeAddress is already unique within the cluster, so we can reuse it as the replica id rather than minting a separate one.

The CRDT operations themselves treat the id as opaque — any string that’s stable across a process’s lifetime is fine.