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 8c687c7e198 Docs sync done from apache/pulsar(#89b6a53)
8c687c7e198 is described below
commit 8c687c7e19873bb57f7359797f16ade068e4b6cb
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Thu Jul 28 12:02:01 2022 +0000
Docs sync done from apache/pulsar(#89b6a53)
---
site2/website-next/docs/client-libraries-java.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/site2/website-next/docs/client-libraries-java.md
b/site2/website-next/docs/client-libraries-java.md
index a97206b6a07..c1cad8a7fe1 100644
--- a/site2/website-next/docs/client-libraries-java.md
+++ b/site2/website-next/docs/client-libraries-java.md
@@ -155,6 +155,7 @@ If you create a client, you can use the `loadConf`
configuration. The following
`socks5ProxyAddress`|SocketAddress|SOCKS5 proxy address | None
`socks5ProxyUsername`|string|SOCKS5 proxy username | None
`socks5ProxyPassword`|string|SOCKS5 proxy password | None
+`connectionMaxIdleSeconds`|int|Release the connection if it is not used for
more than `connectionMaxIdleSeconds` seconds.If `connectionMaxIdleSeconds` < 0,
disabled the feature that auto release the idle connection|180
Check out the Javadoc for the {@inject:
javadoc:PulsarClient:/client/org/apache/pulsar/client/api/PulsarClient} class
for a full list of configurable parameters.