Skip to content

Commit aef7e4d

Browse files
Docs sync done from apache/pulsar (#1d53d36)
1 parent fd4e7f9 commit aef7e4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

static/reference/next/config/reference-configuration-pulsar-proxy.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,17 @@ Capacity for thread pool queue in the HTTP server Default is set to 8192.
801801

802802
**Category**: Server
803803

804+
### keepAliveIntervalSeconds
805+
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.
806+
807+
**Type**: `int`
808+
809+
**Default**: `30`
810+
811+
**Dynamic**: `false`
812+
813+
**Category**: Server
814+
804815
### maxConcurrentHttpRequests
805816
Max concurrent web requests
806817

0 commit comments

Comments
 (0)