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 97a4f06437b Docs sync done from apache/pulsar (#950ff44)
97a4f06437b is described below

commit 97a4f06437bc4f303034146c43fb3984fad95f70
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 14 01:38:03 2023 +0000

    Docs sync done from apache/pulsar (#950ff44)
---
 .../reference/next/config/reference-configuration-broker.md   | 11 +++++++++++
 .../next/config/reference-configuration-standalone.md         | 11 +++++++++++
 2 files changed, 22 insertions(+)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 8a7b4c0f46f..1c1c9058bfa 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -671,6 +671,17 @@ Usage threshold to determine a broker whether to start 
threshold shedder
 
 **Category**: Load Balancer
 
+### loadBalancerBundleLoadReportPercentage
+Percentage of bundles to compute topK bundle load data from each broker. The 
load balancer distributes bundles across brokers, based on topK bundle load 
data and other broker load data.The bigger value will increase the overhead of 
reporting many bundles in load data. (only used in load balancer extension 
logics)
+
+**Type**: `double`
+
+**Default**: `10.0`
+
+**Dynamic**: `true`
+
+**Category**: Load Balancer
+
 ### loadBalancerBundleUnloadMinThroughputThreshold
 Bundle unload minimum throughput threshold (MB)
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 8a7b4c0f46f..1c1c9058bfa 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -671,6 +671,17 @@ Usage threshold to determine a broker whether to start 
threshold shedder
 
 **Category**: Load Balancer
 
+### loadBalancerBundleLoadReportPercentage
+Percentage of bundles to compute topK bundle load data from each broker. The 
load balancer distributes bundles across brokers, based on topK bundle load 
data and other broker load data.The bigger value will increase the overhead of 
reporting many bundles in load data. (only used in load balancer extension 
logics)
+
+**Type**: `double`
+
+**Default**: `10.0`
+
+**Dynamic**: `true`
+
+**Category**: Load Balancer
+
 ### loadBalancerBundleUnloadMinThroughputThreshold
 Bundle unload minimum throughput threshold (MB)
 

Reply via email to