tisonkun commented on code in PR #294:
URL: https://github.com/apache/pulsar-site/pull/294#discussion_r1025962442


##########
site2/website-next/static/reference/next/config/README.md:
##########
@@ -1 +1,28 @@
-> Docs for Pulsar Configuration.
+## Pulsar configurations
+
+Pulsar offers several command-line tools that you can use for managing Pulsar 
installations, performance testing, using command-line producers and consumers, 
and more.
+
+You can manage Pulsar configurations through configuration files in the 
[`conf`](https://github.com/apache/pulsar/tree/master/conf) directory of a 
Pulsar installation.
+
+- [BookKeeper](/next/config/reference-configuration-bookkeeper/)
+- [Broker](/next/config/reference-configuration-broker/)
+- [Client](/next/config/reference-configuration-client/)
+- [Log4j](/next/config/reference-configuration-log4j/)
+- [Log4j shell](/next/config/reference-configuration-log4j-shell/)
+- [Standalone](/next/config/reference-configuration-standalone/)
+- [WebSocket](/next/config/reference-configuration-websocket/)
+- [Pulsar proxy](/next/config/reference-configuration-pulsar-proxy/)
+- [ZooKeeper](/next/config/reference-configuration-zookeeper/)

Review Comment:
   ```suggestion
   - [BookKeeper](/next/config/reference-configuration-bookkeeper)
   - [Broker](/next/config/reference-configuration-broker)
   - [Client](/next/config/reference-configuration-client)
   - [Log4j](/next/config/reference-configuration-log4j)
   - [Log4j shell](/next/config/reference-configuration-log4j-shell)
   - [Standalone](/next/config/reference-configuration-standalone)
   - [WebSocket](/next/config/reference-configuration-websocket)
   - [Pulsar proxy](/next/config/reference-configuration-pulsar-proxy)
   - [ZooKeeper](/next/config/reference-configuration-zookeeper)
   ```
   
   With a trailing slash, the preview failed.
   
   Also, I'm trying to avoid `/next/config` prefix.



##########
site2/website-next/static/reference/next/config/README.md:
##########
@@ -1 +1,28 @@
-> Docs for Pulsar Configuration.
+## Pulsar configurations
+
+Pulsar offers several command-line tools that you can use for managing Pulsar 
installations, performance testing, using command-line producers and consumers, 
and more.
+
+You can manage Pulsar configurations through configuration files in the 
[`conf`](https://github.com/apache/pulsar/tree/master/conf) directory of a 
Pulsar installation.
+
+- [BookKeeper](/next/config/reference-configuration-bookkeeper/)
+- [Broker](/next/config/reference-configuration-broker/)
+- [Client](/next/config/reference-configuration-client/)
+- [Log4j](/next/config/reference-configuration-log4j/)
+- [Log4j shell](/next/config/reference-configuration-log4j-shell/)
+- [Standalone](/next/config/reference-configuration-standalone/)
+- [WebSocket](/next/config/reference-configuration-websocket/)
+- [Pulsar proxy](/next/config/reference-configuration-pulsar-proxy/)
+- [ZooKeeper](/next/config/reference-configuration-zookeeper/)
+
+### Override client configurations
+
+If you want to override the configurations of clients internal to brokers, 
websockets, and proxies, you can use the following prefix.
+
+|Prefix|Description|
+|---|---|
+|brokerClient_| Configure **all** the Pulsar Clients and Pulsar Admin Clients 
of brokers, websockets, and proxies. These configurations are applied after 
hard-coded configurations and before the client configurations named in this 
site.|
+|bookkeeper_| Configure the broker's BookKeeper clients used by managed 
ledgers and the BookkeeperPackagesStorage bookkeeper client. Takes precedence 
over most other configuration values.|

Review Comment:
   ```suggestion
   | Prefix        | Description                                                
                                                                                
                                                                                
  |
   
|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
   | brokerClient_ | Configure **all** the Pulsar Clients and Pulsar Admin 
Clients of brokers, websockets, and proxies. These configurations are applied 
after hard-coded configurations and before the client configurations named in 
this site. |
   | bookkeeper_   | Configure the broker's BookKeeper clients used by managed 
ledgers and the BookkeeperPackagesStorage bookkeeper client. Takes precedence 
over most other configuration values.                                           
     
   ```
   
   Reformat. This is not required.



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

Reply via email to