You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/06 00:01:55 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#afbf72e)

This is an automated email from the ASF dual-hosted git repository.

urfree 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 993b522747d Docs sync done from apache/pulsar(#afbf72e)
993b522747d is described below

commit 993b522747d9a1386665f1de296b2df8a1620930
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Tue Sep 6 00:01:50 2022 +0000

    Docs sync done from apache/pulsar(#afbf72e)
---
 site2/website-next/docs/admin-api-namespaces.md       | 4 ++--
 site2/website-next/docs/cookbooks-retention-expiry.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site2/website-next/docs/admin-api-namespaces.md b/site2/website-next/docs/admin-api-namespaces.md
index 1a21f82cb5a..10b24ed115d 100644
--- a/site2/website-next/docs/admin-api-namespaces.md
+++ b/site2/website-next/docs/admin-api-namespaces.md
@@ -262,9 +262,9 @@ admin.namespaces().getNamespaceReplicationClusters(namespace)
 
 Backlog quota helps the broker to restrict bandwidth/storage of a namespace once it reaches a certain threshold limit. Admin can set the limit and take the corresponding action after the limit is reached.
 
-  1.  producer_request_hold: broker holds but does not persist produce request payload
+  1.  producer_request_hold: the producer holds the message and retries until client configuration `sendTimeoutMs` is exceeded
 
-  2.  producer_exception: broker disconnects with the client by giving an exception
+  2.  producer_exception: the producer throws an exception when trying to send a message
 
   3.  consumer_backlog_eviction: broker starts discarding backlog messages
 
diff --git a/site2/website-next/docs/cookbooks-retention-expiry.md b/site2/website-next/docs/cookbooks-retention-expiry.md
index be15c827bcc..1e552fbd4e2 100644
--- a/site2/website-next/docs/cookbooks-retention-expiry.md
+++ b/site2/website-next/docs/cookbooks-retention-expiry.md
@@ -199,8 +199,8 @@ The following retention policies are available:
 
 Policy | Action
 :------|:------
-`producer_request_hold` | The broker will hold and not persist produce request payload
-`producer_exception` | The broker will disconnect from the client by throwing an exception
+`producer_request_hold` | The producer holds the message and retris until client configuration `sendTimeoutMs` is exceeded.
+`producer_exception` | The producer throws an exception when trying to send a message
 `consumer_backlog_eviction` | The broker will begin discarding backlog messages