You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/10 07:49:30 UTC

[GitHub] [pulsar] Anonymitaet commented on a diff in pull request #15490: [fix] [client] auto release useless connections

Anonymitaet commented on code in PR #15490:
URL: https://github.com/apache/pulsar/pull/15490#discussion_r868925837


##########
site2/docs/client-libraries-java.md:
##########
@@ -111,6 +111,8 @@ If you create a client, you can use the `loadConf` configuration. The following
 `authPluginClassName` | String | Name of the authentication plugin | None
  `authParams` | String | Parameters for the authentication plugin <br /><br />**Example**<br /> key1:val1,key2:val2|None
 `operationTimeoutMs`|long|`operationTimeoutMs`|Operation timeout |30000
+`autoReleaseIdleConnectionsEnabled`|boolean|Do you want to automatically clean up unused connections.|true

Review Comment:
   ```suggestion
   `autoReleaseIdleConnectionsEnabled`|boolean|Clean up unused connections automatically or not. |true
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org