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/04/27 07:29:19 UTC

[GitHub] [pulsar] Demogorgon314 commented on a diff in pull request #15340: [Improve][doc] Add config of IO and acceptor threads in proxy

Demogorgon314 commented on code in PR #15340:
URL: https://github.com/apache/pulsar/pull/15340#discussion_r859472439


##########
site2/docs/reference-configuration.md:
##########
@@ -817,6 +817,8 @@ The [Pulsar proxy](concepts-architecture-overview.md#pulsar-proxy) can be config
 |tokenAudienceClaim| The token audience "claim" name, e.g. "aud". It is used to get the audience from token. If it is not set, the audience is not verified. ||
 | tokenAudience | The token audience stands for this broker. The field `tokenAudienceClaim` of a valid token need contains this parameter.| |
 |haProxyProtocolEnabled | Enable or disable the [HAProxy](http://www.haproxy.org/) protocol. |false|
+| numIOThreads | Number of threads to use for Netty IO. | 2 * Runtime.getRuntime().availableProcessors() |

Review Comment:
   https://github.com/apache/pulsar/blob/c24a6615f7190615f54b2cbf6d2612488c96a33b/site2/docs/reference-configuration.md?plain=1#L486
   I think we should use the same description.



-- 
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