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 6b970455a9c Docs sync done from apache/pulsar (#a3f0f68)
6b970455a9c is described below
commit 6b970455a9cdc64f9a6653750f431337010967ff
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 18 01:39:31 2025 +0000
Docs sync done from apache/pulsar (#a3f0f68)
---
.../reference/next/client/client-configuration-client.md | 14 ++++++++++++++
.../next/config/reference-configuration-client.md | 14 ++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/static/reference/next/client/client-configuration-client.md
b/static/reference/next/client/client-configuration-client.md
index cc5e857dc44..f8be3bb3ece 100644
--- a/static/reference/next/client/client-configuration-client.md
+++ b/static/reference/next/client/client-configuration-client.md
@@ -233,6 +233,20 @@ The implementation class of ServiceUrlProvider used to
generate ServiceUrl.
**Default**: `null`
+### serviceUrlQuarantineInitDurationMs
+The initial duration (in milliseconds) to quarantine endpoints that fail to
connect.A value of 0 means don't quarantine any endpoints even if they fail.
+
+**Type**: `long`
+
+**Default**: `60000`
+
+### serviceUrlQuarantineMaxDurationMs
+The max duration (in milliseconds) to quarantine endpoints that fail to
connect.A value of 0 means don't quarantine any endpoints even if they fail.
+
+**Type**: `long`
+
+**Default**: `86400000`
+
### socks5ProxyAddress
Address of SOCKS5 proxy.
diff --git a/static/reference/next/config/reference-configuration-client.md
b/static/reference/next/config/reference-configuration-client.md
index cc5e857dc44..f8be3bb3ece 100644
--- a/static/reference/next/config/reference-configuration-client.md
+++ b/static/reference/next/config/reference-configuration-client.md
@@ -233,6 +233,20 @@ The implementation class of ServiceUrlProvider used to
generate ServiceUrl.
**Default**: `null`
+### serviceUrlQuarantineInitDurationMs
+The initial duration (in milliseconds) to quarantine endpoints that fail to
connect.A value of 0 means don't quarantine any endpoints even if they fail.
+
+**Type**: `long`
+
+**Default**: `60000`
+
+### serviceUrlQuarantineMaxDurationMs
+The max duration (in milliseconds) to quarantine endpoints that fail to
connect.A value of 0 means don't quarantine any endpoints even if they fail.
+
+**Type**: `long`
+
+**Default**: `86400000`
+
### socks5ProxyAddress
Address of SOCKS5 proxy.