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 aef7e4ddb587 Docs sync done from apache/pulsar (#1d53d36)
aef7e4ddb587 is described below

commit aef7e4ddb58711ed4d08f04df30ec828e20db9f3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 15 01:36:01 2025 +0000

    Docs sync done from apache/pulsar (#1d53d36)
---
 .../next/config/reference-configuration-pulsar-proxy.md       | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git 
a/static/reference/next/config/reference-configuration-pulsar-proxy.md 
b/static/reference/next/config/reference-configuration-pulsar-proxy.md
index 91d442c672fa..527c2396a912 100644
--- a/static/reference/next/config/reference-configuration-pulsar-proxy.md
+++ b/static/reference/next/config/reference-configuration-pulsar-proxy.md
@@ -801,6 +801,17 @@ Capacity for thread pool queue in the HTTP server Default 
is set to 8192.
 
 **Category**: Server
 
+### keepAliveIntervalSeconds
+Specifies the interval (in seconds) for sending ping messages to the client. 
Set to 0 to disable ping messages. This setting applies to client connections 
used for topic lookups and partition metadata requests. When a client 
establishes a broker connection via the proxy, the client and broker will 
communicate directly without the proxy intercepting the messages. In that case, 
the broker's keepAliveIntervalSeconds configuration becomes relevant.
+
+**Type**: `int`
+
+**Default**: `30`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
 ### maxConcurrentHttpRequests
 Max concurrent web requests
 

Reply via email to