Anonymitaet commented on code in PR #644: URL: https://github.com/apache/pulsar-site/pull/644#discussion_r1267449989
########## docs/concepts-broker-load-balancing-concepts.md: ########## @@ -4,4 +4,554 @@ title: Concepts sidebar_label: "Concepts" --- -WIP. Stay tuned! \ No newline at end of file +````mdx-code-block +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +```` + +Pulsar provides robust support for load balancing to ensure efficient utilization of resources across Pulsar clusters. Load balancing in Pulsar involves distributing messages and partitions evenly among brokers and consumers to prevent hotspots and optimize performance. Review Comment: I'd rather to keep it since ` xx provides robust support for ...` is a commonly used phrase -- 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]
