Suppose I have one TiKV cluster deployed in city A and another TiKV cluster deployed in city B. And I want to write data in cluster A and read it in cluster B.
I know that inside cluster A, the data security is enforced by multi-group raft. But how can the data in cluster A be replicated to cluster B and always kept updated? How can inter-cluster replication is performed?