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 d95019bb2e1 docs: clarify failover assignment in 3.0.x (#1139)
d95019bb2e1 is described below
commit d95019bb2e1543c6c865b84015c16cf7b7583a8b
Author: Mukunda Rao Katta <[email protected]>
AuthorDate: Mon May 18 00:43:47 2026 -0700
docs: clarify failover assignment in 3.0.x (#1139)
---
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 8e939b5602a..87345bf13cc 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.
