# `Milvex.Milvus.Proto.Common.ReplicateCheckpoint`

ReplicateCheckpoint is the WAL replicate checkpoint of source cluster.
It will be persisted in the target cluster metadata.
When a replication started, we will get the replicate checkpoint from target cluster metadata.
And use it to continue the replication at source cluster.

# `t`

```elixir
@type t() :: %Milvex.Milvus.Proto.Common.ReplicateCheckpoint{
  __unknown_fields__: [Protobuf.unknown_field()],
  cluster_id: String.t(),
  message_id: Milvex.Milvus.Proto.Common.MessageID.t() | nil,
  pchannel: String.t(),
  time_tick: non_neg_integer()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
