Anonymitaet commented on a change in pull request #9779: URL: https://github.com/apache/pulsar/pull/9779#discussion_r587300803
########## File path: site2/docs/reference-configuration.md ########## @@ -657,6 +657,7 @@ The value of 0 disables message-byte dispatch-throttling.|0| |defaultRetentionSizeInMB| |0| |keepAliveIntervalSeconds| |30| haProxyProtocolEnabled | Enable or disable the [HAProxy](http://www.haproxy.org/) protocol. |false| +bookieId | If you want to custom bookie ID or use a dynamic network address for the bookie, you can set this option. <br><br>Bookie advertises itself using `bookieId` rather than `BookieSocketAddress` (hostname:port or IP:port).<br><br> `bookieId` is a non empty string that can contain ASCII digits and letters ([a-zA-Z9-0]), colons, dashes, and dots. <br><br>For more information about `bookieId`, see [here](http://bookkeeper.apache.org/bps/BP-41-bookieid/).|/| Review comment: This part belongs to the standalone configuration. `useHostNameAsBookieID` is not available in the `standalone.conf` file, so I do not move these line. ---------------------------------------------------------------- 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]
