Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions versioned_docs/version-3.0.x/concepts-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down