codelipenghui commented on a change in pull request #10605: URL: https://github.com/apache/pulsar/pull/10605#discussion_r635689764
########## File path: site2/website/versioned_docs/version-2.7.2/deploy-bare-metal-multi-cluster.md ########## @@ -32,7 +31,11 @@ If you want to deploy a single Pulsar cluster, see [Clusters and Brokers](gettin > This guide shows you how to deploy Pulsar in production in a non-Kubernetes > environment. If you want to run a standalone Pulsar cluster on a single > machine for development purposes, see the [Setting up a local > cluster](getting-started-standalone.md) guide. If you want to run Pulsar on > [Kubernetes](https://kubernetes.io), see the [Pulsar on > Kubernetes](deploy-kubernetes.md) guide, which includes sections on running > Pulsar on Kubernetes on [Google Kubernetes > Engine](deploy-kubernetes#pulsar-on-google-kubernetes-engine) and on [Amazon > Web Services](deploy-kubernetes#pulsar-on-amazon-web-services). ## System requirement -Pulsar is currently available for **MacOS** and **Linux**. In order to use Pulsar, you need to install Java 8 from [Oracle download center](http://www.oracle.com/). +Pulsar is currently available for **MacOS** and **Linux**. In order to use Pulsar, you need to install [Java 8](https://adoptopenjdk.net/?variant=openjdk8) or [Java 11](https://adoptopenjdk.net/?variant=openjdk11). Review comment: Pulsar can run on Windows with JRE versions which >= 8 -- 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]
