sijia-w commented on a change in pull request #11452: URL: https://github.com/apache/pulsar/pull/11452#discussion_r680788599
########## File path: site2/docs/deploy-bare-metal.md ########## @@ -44,28 +43,25 @@ To run Pulsar on bare metal, the following configuration is recommended: > **Note** > -> Broker is only supported on 64-bit JVM. - -> If you do not have enough machines, or to try out Pulsar in cluster mode (and expand the cluster later), +> * Broker is only supported on 64-bit JVM. +> * If you do not have enough machines, or to try out Pulsar in cluster mode (and expand the cluster later), > you can deploy a full Pulsar configuration on one node, where Zookeeper, the > bookie and broker are run on the same machine. - -> If you do not have a DNS server, you can use the multi-host format in the service URL instead. - +> * If you do not have a DNS server, you can use the multi-host format in the service URL instead. Each machine in your cluster needs to have [Java 8](https://adoptopenjdk.net/?variant=openjdk8) or [Java 11](https://adoptopenjdk.net/?variant=openjdk11) installed. The following is a diagram showing the basic setup: Review comment: ```suggestion The diagram below illustrates the basic setup of a Pulsar cluster. ``` -- 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]
