You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/11 02:58:42 UTC

[GitHub] [pulsar] Anonymitaet commented on a diff in pull request #15488: PIP-161 Exclusive Producer: ability to fence out an existing Producer (ExclusiveWithFencing mode)

Anonymitaet commented on code in PR #15488:
URL: https://github.com/apache/pulsar/pull/15488#discussion_r869827850


##########
site2/docs/concepts-messaging.md:
##########
@@ -65,6 +65,7 @@ You can have different types of access modes on topics for producers.
 |---|---
 `Shared`|Multiple producers can publish on a topic. <br><br>This is the **default** setting.
 `Exclusive`|Only one producer can publish on a topic. <br><br>If there is already a producer connected, other producers trying to publish on this topic get errors immediately.<br><br>The “old” producer is evicted and a “new” producer is selected to be the next exclusive producer if the “old” producer experiences a network partition with the broker.
+`ExclusiveWithFencing`|Only one producer can publish on a topic. <br><br>If there is already a producer connected, is will be removed and invalidated immediately.

Review Comment:
   ```suggestion
   `ExclusiveWithFencing`|Only one producer can publish on a topic. <br /><br />If there is already a producer connected, it will be removed and invalidated immediately.
   ```



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org