Anonymitaet commented on a change in pull request #10605:
URL: https://github.com/apache/pulsar/pull/10605#discussion_r634128892
##########
File path: site2/docs/concepts-architecture-overview.md
##########
@@ -29,6 +29,10 @@ Messages are typically dispatched out of a [managed
ledger](#managed-ledgers) ca
Finally, to support geo-replication on global topics, the broker manages
replicators that tail the entries published in the local region and republish
them to the remote region using the Pulsar [Java client
library](client-libraries-java.md).
+> **Note**
+>
+> Broker is thread-safe when running on 64-bit JVM.
Review comment:
@lhotari many thanks for your details!
How about adding the contents in these two places? @lhotari @codelipenghui
- In [`Deployment > Bare metal > Deploy Pulsar
brokers`](https://pulsar.apache.org/docs/en/next/deploy-bare-metal/#deploy-pulsar-brokers)

- In [`Deployment > Bare metal multi-cluster > Deploy Pulsar
brokers`](https://pulsar.apache.org/docs/en/next/deploy-bare-metal-multi-cluster/#deploy-brokers)

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