Anonymitaet commented on a change in pull request #7244:
URL: https://github.com/apache/pulsar/pull/7244#discussion_r440832142



##########
File path: site2/docs/reference-configuration.md
##########
@@ -362,7 +369,10 @@ The 
[`pulsar-client`](reference-cli-tools.md#pulsar-client) CLI tool can be used
 |webServicePort|  THe port used by the standalone broker for HTTP requests  
|8080|
 |bindAddress| The hostname or IP address on which the standalone service binds 
 |0.0.0.0|
 |advertisedAddress| The hostname or IP address that the standalone service 
advertises to the outside world. If not set, the value of 
`InetAddress.getLocalHost().getHostName()` is used.  ||
+| numIOThreads | Number of threads to use for Netty IO | 2 * 
Runtime.getRuntime().availableProcessors() |
+| numHttpServerThreads | Number of threads to use for HTTP requests processing 
| 2 * Runtime.getRuntime().availableProcessors()|
 |clusterName| The name of the cluster that this broker belongs to. |standalone|
+| failureDomainsEnabled | nable cluster's failure-domain which can distribute 
brokers into logical region. | false |

Review comment:
       ```suggestion
   | failureDomainsEnabled | Enable cluster's failure-domain which can 
distribute brokers into logical region. | false |
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to