From 5b55f920af2bb23ad981f92a195de32394ea2d08 Mon Sep 17 00:00:00 2001 From: mukunda katta Date: Mon, 4 May 2026 13:50:23 -0700 Subject: [PATCH] docs: clarify failover assignment in 3.0.x --- versioned_docs/version-3.0.x/concepts-messaging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-3.0.x/concepts-messaging.md b/versioned_docs/version-3.0.x/concepts-messaging.md index 8e939b5602a3..87345bf13cc4 100644 --- a/versioned_docs/version-3.0.x/concepts-messaging.md +++ b/versioned_docs/version-3.0.x/concepts-messaging.md @@ -600,9 +600,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 A. + - 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 B. + - 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)