Skip to content

Commit 6b97045

Browse files
Docs sync done from apache/pulsar (#a3f0f68)
1 parent 935863b commit 6b97045

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

static/reference/next/client/client-configuration-client.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,20 @@ The implementation class of ServiceUrlProvider used to generate ServiceUrl.
233233

234234
**Default**: `null`
235235

236+
### serviceUrlQuarantineInitDurationMs
237+
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.
238+
239+
**Type**: `long`
240+
241+
**Default**: `60000`
242+
243+
### serviceUrlQuarantineMaxDurationMs
244+
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.
245+
246+
**Type**: `long`
247+
248+
**Default**: `86400000`
249+
236250
### socks5ProxyAddress
237251
Address of SOCKS5 proxy.
238252

static/reference/next/config/reference-configuration-client.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,20 @@ The implementation class of ServiceUrlProvider used to generate ServiceUrl.
233233

234234
**Default**: `null`
235235

236+
### serviceUrlQuarantineInitDurationMs
237+
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.
238+
239+
**Type**: `long`
240+
241+
**Default**: `60000`
242+
243+
### serviceUrlQuarantineMaxDurationMs
244+
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.
245+
246+
**Type**: `long`
247+
248+
**Default**: `86400000`
249+
236250
### socks5ProxyAddress
237251
Address of SOCKS5 proxy.
238252

0 commit comments

Comments
 (0)