This is an automated email from the ASF dual-hosted git repository.

zike 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 4cdb24f76320 [fix][doc] Add missing space in sentence (#743)
4cdb24f76320 is described below

commit 4cdb24f7632014aeba82e21701fbafad675c4835
Author: Tim <[email protected]>
AuthorDate: Tue Dec 12 15:42:16 2023 +0800

    [fix][doc] Add missing space in sentence (#743)
    
    Tiny typo in the docs adding a missing space.
---
 docs/concepts-broker-load-balancing-concepts.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/concepts-broker-load-balancing-concepts.md 
b/docs/concepts-broker-load-balancing-concepts.md
index 003d66671b46..2b7d5a1f1f1c 100644
--- a/docs/concepts-broker-load-balancing-concepts.md
+++ b/docs/concepts-broker-load-balancing-concepts.md
@@ -53,7 +53,7 @@ For example,
 
 - Topic load statistics (e.g., message rates) are aggregated at the **bundle** 
layer, which reduces the cardinality of load samples to monitor.
 
-- For dynamic topic-broker assignments, Pulsar persists these mappings at the 
**bundle**level, which decreases the space for storing dynamic topic-broker 
ownerships.
+- For dynamic topic-broker assignments, Pulsar persists these mappings at the 
**bundle** level, which decreases the space for storing dynamic topic-broker 
ownerships.
 
 Pulsar allows you to dynamically scale the number of brokers, producers, and 
consumers to adapt to changing workloads. As brokers are added or removed, 
Pulsar handles the redistribution of partitions and bundles automatically.
 

Reply via email to