singhvishalkr opened a new pull request, #1129: URL: https://github.com/apache/pulsar-site/pull/1129
## Motivation Fixes apache/pulsar#24378. In `docs/concepts-messaging.md` > *Failover | Non-partitioned topics*, the prose under the second example contradicts the diagram (`pulsar-failover-subscriptions-3.svg`): - Text says: *topic 1 and topic 4 → Consumer B, topic 2 and topic 3 → Consumer A* - Diagram shows: *topic 1 and topic 4 → Consumer A, topic 2 and topic 3 → Consumer B* The pair of bullets + figure were meant to illustrate the hash-based assignment, so whichever direction is chosen needs the text and the figure to agree. Easier to swap the prose than re-author the SVG, so this PR aligns the text to the diagram. ## Modifications - `docs/concepts-messaging.md`: swap the two assignment bullets to match the figure, and capitalize *Consumer A* / *Consumer B* consistently with the surrounding paragraphs. - `versioned_docs/version-4.2.x/concepts-messaging.md`: mirror the same swap into the current LTS-versioned copy. No diagram changes, no link changes. Pure text alignment. ## Verifying this change - [x] Make sure that the change passes the `ci-*` tests. ## Documentation - [x] `doc-required` - [ ] `doc-not-needed` - [ ] `doc` - [ ] `doc-complete` ## Matching PR in forked repository PR in forked repository: https://github.com/singhvishalkr/pulsar-site/pull/new/docs-24378-failover-text-diagram -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
