lhotari commented on a change in pull request #10605:
URL: https://github.com/apache/pulsar/pull/10605#discussion_r634215624
##########
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:
I guess that's one option.
The documentation is a bit fragmented. There's a "System requirements" or
"requirements" section in
https://github.com/apache/pulsar/blob/master/site2/docs/getting-started-standalone.md#system-requirements
,
https://github.com/apache/pulsar/blob/master/site2/docs/deploy-bare-metal.md#requirements
and
https://github.com/apache/pulsar/blob/master/site2/docs/deploy-bare-metal-multi-cluster.md#system-requirement
.
Perhaps the 64 bit JVM requirement belongs to the system requirements
section?
--
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]