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)