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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
