This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5ef3815b6c Docs sync done from apache/pulsar(#e4a8de1)
5ef3815b6c is described below
commit 5ef3815b6c89f321628dd6b677a4115588ddf95f
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Thu Apr 21 06:02:57 2022 +0000
Docs sync done from apache/pulsar(#e4a8de1)
---
site2/docs/deploy-bare-metal.md | 2 +-
site2/website-next/docs/deploy-bare-metal.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/site2/docs/deploy-bare-metal.md b/site2/docs/deploy-bare-metal.md
index ff30a0d523..6d12f2dfae 100644
--- a/site2/docs/deploy-bare-metal.md
+++ b/site2/docs/deploy-bare-metal.md
@@ -40,7 +40,7 @@ To run Pulsar on bare metal, the following configuration is
recommended:
> * Broker is only supported on 64-bit JVM.
> * If you do not have enough machines, or you want to test Pulsar in cluster
> mode (and expand the cluster later), You can fully deploy Pulsar on a node
> on which ZooKeeper, bookie and broker run.
> * 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://adoptium.net/?variant=openjdk8) or [Java
11](https://adoptium.net/?variant=openjdk11) installed.
+Each machine in your cluster needs to have [Java
8](https://adoptium.net/?variant=openjdk8), [Java
11](https://adoptium.net/?variant=openjdk11) or [Java
17](https://adoptium.net/?variant=openjdk17) installed.
The following is a diagram showing the basic setup:
diff --git a/site2/website-next/docs/deploy-bare-metal.md
b/site2/website-next/docs/deploy-bare-metal.md
index e3c13aec41..df338e8c3c 100644
--- a/site2/website-next/docs/deploy-bare-metal.md
+++ b/site2/website-next/docs/deploy-bare-metal.md
@@ -46,7 +46,7 @@ To run Pulsar on bare metal, the following configuration is
recommended:
:::
-Each machine in your cluster needs to have [Java
8](https://adoptium.net/?variant=openjdk8) or [Java
11](https://adoptium.net/?variant=openjdk11) installed.
+Each machine in your cluster needs to have [Java
8](https://adoptium.net/?variant=openjdk8), [Java
11](https://adoptium.net/?variant=openjdk11) or [Java
17](https://adoptium.net/?variant=openjdk17) installed.
The following is a diagram showing the basic setup: