You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hj...@apache.org on 2019/09/24 04:00:03 UTC

[pulsar.wiki] branch master updated: Updated PIP 33: Replicated subscriptions (markdown)

This is an automated email from the ASF dual-hosted git repository.

hjf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new a8bc8fa  Updated PIP 33: Replicated subscriptions (markdown)
a8bc8fa is described below

commit a8bc8fae634f6c025300924cc4731ddfe3aac591
Author: Jennifer Huang <47...@users.noreply.github.com>
AuthorDate: Tue Sep 24 12:00:01 2019 +0800

    Updated PIP 33: Replicated subscriptions (markdown)
---
 PIP-33:-Replicated-subscriptions.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PIP-33:-Replicated-subscriptions.md b/PIP-33:-Replicated-subscriptions.md
index c9799ad..95afdd4 100644
--- a/PIP-33:-Replicated-subscriptions.md
+++ b/PIP-33:-Replicated-subscriptions.md
@@ -13,18 +13,18 @@ asynchronously replicated across multiple geographical regions.
 
 ## Current state of affairs
 
-Pulsar support geo-replication feature, in which a topic can be
+Pulsar supports geo-replication feature, in which a topic can be
 configured to be replicated across N regions, (eg: `us-west`, `us-east`
 and `eu-central`).
 
 The topic is presented as a virtual "global" entity in which messages
-can be published and consumer from any of the configured cluster.
+can be published and consumed from any of the configured cluster.
 
 The only limitation is that subscriptions are currently "local" to the
 cluster in which they are created. That is, no state for the subscription
 is transferred across regions.
 
-If a consumer reconnects to a new region it will trigger the creation of a
+If a consumer reconnects to a new region, it will trigger the creation of a
 new unrelated subscription, albeit with the same name. This subscription
 will be created at the end of the topic in the new region (or at the
 beginning, depending on configuration) and at the same time, the