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

lhotari 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 1d5c0b56ed7 docs(concepts): align Failover non-partitioned text with 
diagram (#1129)
1d5c0b56ed7 is described below

commit 1d5c0b56ed790ebd495679f284986046ba33eba2
Author: Vishal Kumar Singh <[email protected]>
AuthorDate: Wed Apr 22 21:41:15 2026 +0530

    docs(concepts): align Failover non-partitioned text with diagram (#1129)
    
    * docs(concepts): align Failover non-partitioned text with diagram
    
    apache/pulsar#24378
    
    The "Failover | Non-partitioned topics" section describes two consumers
    and four non-partitioned topics, but the text swaps the assignments
    relative to the diagram (pulsar-failover-subscriptions-3.svg): the text
    says topics 1 and 4 go to Consumer B while the diagram shows them on
    Consumer A. Swap the text so the narrative matches the figure.
    
    Applied to both the unversioned docs and the 4.2.x versioned copy.
    
    * Make changes to 4.0.x docs
    
    ---------
    
    Co-authored-by: Lari Hotari <[email protected]>
---
 docs/concepts-messaging.md                         | 4 ++--
 versioned_docs/version-4.0.x/concepts-messaging.md | 4 ++--
 versioned_docs/version-4.2.x/concepts-messaging.md | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/concepts-messaging.md b/docs/concepts-messaging.md
index b5e4757a363..06363fe164d 100644
--- a/docs/concepts-messaging.md
+++ b/docs/concepts-messaging.md
@@ -649,9 +649,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)
 
diff --git a/versioned_docs/version-4.0.x/concepts-messaging.md 
b/versioned_docs/version-4.0.x/concepts-messaging.md
index 79f4a042ff6..a5cf2e20e07 100644
--- a/versioned_docs/version-4.0.x/concepts-messaging.md
+++ b/versioned_docs/version-4.0.x/concepts-messaging.md
@@ -647,9 +647,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)
 
diff --git a/versioned_docs/version-4.2.x/concepts-messaging.md 
b/versioned_docs/version-4.2.x/concepts-messaging.md
index b5e4757a363..06363fe164d 100644
--- a/versioned_docs/version-4.2.x/concepts-messaging.md
+++ b/versioned_docs/version-4.2.x/concepts-messaging.md
@@ -649,9 +649,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