You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/09/25 01:18:04 UTC

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #5267: [Issue 5134][docs] Add replicated subscription feature

Jennifer88huang commented on a change in pull request #5267: [Issue 5134][docs] Add replicated subscription feature
URL: https://github.com/apache/pulsar/pull/5267#discussion_r327896635
 
 

 ##########
 File path: site2/docs/administration-geo.md
 ##########
 @@ -126,3 +126,32 @@ For geo-replication topics, each region uses a fault-tolerant mechanism to decid
 You can explicitly disable topic garbage collection by setting `brokerDeleteInactiveTopicsEnabled` to `false` in your [broker configuration](reference-configuration.md#broker).
 
 To delete a geo-replication topic, close all producers and consumers on the topic, and delete all of its local subscriptions in every replication cluster. When Pulsar determines that no valid subscription for the topic remains across the system, it will garbage collect the topic.
+
+## Replicated subscriptions
+
+Pulsar supports replicated subscriptions, so you can keep subscription state in sync, within a sub-second timeframe, in the context of a topic that is being asynchronously replicated across multiple geographical regions.
+
+In case of failover, a consumer can restart consuming from the failure point. 
 
 Review comment:
   Got it, thanks for your information.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services