Skip to content

Commit e6e63fb

Browse files
authored
[Doc]--Update geo-replication doc. (#7218)
1 parent c2759be commit e6e63fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site2/docs/administration-geo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ In normal cases, when connectivity issues are none, messages are replicated imme
3535

3636
Applications can create producers and consumers in any of the clusters, even when the remote clusters are not reachable (like during a network partition).
3737

38-
> #### Subscriptions are local to a cluster
39-
> While producers and consumers can publish to and consume from any cluster in a Pulsar instance, subscriptions are local to the clusters in which the subscriptions are created and cannot be transferred between clusters. If you do need to transfer a subscription, you need to create a new subscription in the desired cluster.
38+
Producers and consumers can publish messages to and consume messages from any cluster in a Pulsar instance. However, subscriptions cannot only be local to the cluster where the subscriptions are created but also can be transferred between clusters after replicated subscription is enabled. Once replicated subscription is enabled, you can keep subscription state in synchronization. Therefore, a topic can be asynchronously replicated across multiple geographical regions. In case of failover, a consumer can restart consuming messages from the failure point in a different cluster.
4039

4140
In the aforementioned example, the **T1** topic is replicated among three clusters, **Cluster-A**, **Cluster-B**, and **Cluster-C**.
4241

0 commit comments

Comments
 (0)