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

visortelle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a2cd81208b2 typo fix (#890)
0a2cd81208b2 is described below

commit 0a2cd81208b2e0e5691702c19815f7f560405dfb
Author: jiangyuan <[email protected]>
AuthorDate: Thu Apr 25 15:42:57 2024 +0800

    typo fix (#890)
---
 versioned_docs/version-3.0.x/concepts-messaging.md | 4 ++--
 versioned_docs/version-3.1.x/concepts-messaging.md | 4 ++--
 versioned_docs/version-3.2.x/concepts-messaging.md | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/versioned_docs/version-3.0.x/concepts-messaging.md 
b/versioned_docs/version-3.0.x/concepts-messaging.md
index f7cba02aab24..a84d68a7814a 100644
--- a/versioned_docs/version-3.0.x/concepts-messaging.md
+++ b/versioned_docs/version-3.0.x/concepts-messaging.md
@@ -578,9 +578,9 @@ A consumer is selected by running a module operation `mod 
(partition index, cons
 
   For example, in the diagram below, there are 4 non-partitioned topics and 2 
consumers. 
   
-  - The non-partitioned topic 1 and non-partitioned topic 4 are assigned to 
consumer B. 
+  - The non-partitioned topic 1 and non-partitioned topic 4 are assigned to 
consumer A. 
   
-  - The non-partitioned topic 2 and non-partitioned topic 3 are assigned to 
consumer A.
+  - The non-partitioned topic 2 and non-partitioned topic 3 are assigned to 
consumer B.
 
   ![Failover subscriptions](/assets/pulsar-failover-subscriptions-3.svg)
 
diff --git a/versioned_docs/version-3.1.x/concepts-messaging.md 
b/versioned_docs/version-3.1.x/concepts-messaging.md
index e818cb884e7e..8dc4912faca2 100644
--- a/versioned_docs/version-3.1.x/concepts-messaging.md
+++ b/versioned_docs/version-3.1.x/concepts-messaging.md
@@ -590,9 +590,9 @@ A consumer is selected by running a module operation `mod 
(partition index, cons
 
   For example, in the diagram below, there are 4 non-partitioned topics and 2 
consumers. 
   
-  - The non-partitioned topic 1 and non-partitioned topic 4 are assigned to 
consumer B. Consumer A is their stand-by consumer.
+  - The non-partitioned topic 1 and non-partitioned topic 4 are assigned to 
consumer A. Consumer B is their stand-by consumer.
   
-  - The non-partitioned topic 2 and non-partitioned topic 3 are assigned to 
consumer A. Consumer B is their stand-by consumer.
+  - The non-partitioned topic 2 and non-partitioned topic 3 are assigned to 
consumer B. Consumer A is their stand-by consumer.
 
   ![Failover subscriptions](/assets/pulsar-failover-subscriptions-3.svg)
 
diff --git a/versioned_docs/version-3.2.x/concepts-messaging.md 
b/versioned_docs/version-3.2.x/concepts-messaging.md
index 62640669bf66..fd720434dc60 100644
--- a/versioned_docs/version-3.2.x/concepts-messaging.md
+++ b/versioned_docs/version-3.2.x/concepts-messaging.md
@@ -610,9 +610,9 @@ A consumer is selected by running a module operation `mod 
(partition index, cons
 
   For example, in the diagram below, there are 4 non-partitioned topics and 2 
consumers. 
   
-  - The non-partitioned topic 1 and non-partitioned topic 4 are assigned to 
consumer B. Consumer A is their stand-by consumer.
+  - The non-partitioned topic 1 and non-partitioned topic 4 are assigned to 
consumer A. Consumer B is their stand-by consumer.
   
-  - The non-partitioned topic 2 and non-partitioned topic 3 are assigned to 
consumer A. Consumer B is their stand-by consumer.
+  - The non-partitioned topic 2 and non-partitioned topic 3 are assigned to 
consumer B. Consumer A is their stand-by consumer.
 
   ![Workflow of failover subscription type in 
Pulsar](/assets/pulsar-failover-subscriptions-3.svg)
 

Reply via email to