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 225bfa8d793 Docs sync done from apache/pulsar (#11751b7)
225bfa8d793 is described below

commit 225bfa8d793184b492cedca36915c13633d2e327
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 11 01:47:49 2023 +0000

    Docs sync done from apache/pulsar (#11751b7)
---
 static/reference/next/client/client-configuration-client.md   |  7 +++++++
 .../reference/next/config/reference-configuration-broker.md   | 11 +++++++++++
 .../reference/next/config/reference-configuration-client.md   |  7 +++++++
 .../next/config/reference-configuration-standalone.md         | 11 +++++++++++
 4 files changed, 36 insertions(+)

diff --git a/static/reference/next/client/client-configuration-client.md 
b/static/reference/next/client/client-configuration-client.md
index 18f81903415..c7837e9b31f 100644
--- a/static/reference/next/client/client-configuration-client.md
+++ b/static/reference/next/client/client-configuration-client.md
@@ -72,6 +72,13 @@ Number of connections established between the client and 
each Broker. A value of
 
 **Default**: `1`
 
+### description
+The extra description of the client version. The length cannot exceed 64.
+
+**Type**: `java.lang.String`
+
+**Default**: `null`
+
 ### dnsLookupBindAddress
 The Pulsar client dns lookup bind address, default behavior is bind on 0.0.0.0
 
diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index df4bd03c796..47f88d70db6 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2587,6 +2587,17 @@ Event topic to sync configuration-metadata between 
separate pulsar clusters on d
 
 **Category**: Server
 
+### connectionLivenessCheckTimeoutMillis
+Timeout for connection liveness check used to check liveness of possible 
consumer or producer duplicates. Helps prevent ProducerFencedException with 
exclusive producer, ConsumerAssignException with range conflict for Key Shared 
with sticky hash ranges or ConsumerBusyException in the case of an exclusive 
consumer. Set to 0 to disable connection liveness check.
+
+**Type**: `long`
+
+**Default**: `5000`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
 ### delayedDeliveryEnabled
 Whether to enable the delayed delivery for messages.
 
diff --git a/static/reference/next/config/reference-configuration-client.md 
b/static/reference/next/config/reference-configuration-client.md
index 18f81903415..c7837e9b31f 100644
--- a/static/reference/next/config/reference-configuration-client.md
+++ b/static/reference/next/config/reference-configuration-client.md
@@ -72,6 +72,13 @@ Number of connections established between the client and 
each Broker. A value of
 
 **Default**: `1`
 
+### description
+The extra description of the client version. The length cannot exceed 64.
+
+**Type**: `java.lang.String`
+
+**Default**: `null`
+
 ### dnsLookupBindAddress
 The Pulsar client dns lookup bind address, default behavior is bind on 0.0.0.0
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index df4bd03c796..47f88d70db6 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2587,6 +2587,17 @@ Event topic to sync configuration-metadata between 
separate pulsar clusters on d
 
 **Category**: Server
 
+### connectionLivenessCheckTimeoutMillis
+Timeout for connection liveness check used to check liveness of possible 
consumer or producer duplicates. Helps prevent ProducerFencedException with 
exclusive producer, ConsumerAssignException with range conflict for Key Shared 
with sticky hash ranges or ConsumerBusyException in the case of an exclusive 
consumer. Set to 0 to disable connection liveness check.
+
+**Type**: `long`
+
+**Default**: `5000`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
 ### delayedDeliveryEnabled
 Whether to enable the delayed delivery for messages.
 

Reply via email to