momo-jun commented on a change in pull request #13751:
URL: https://github.com/apache/pulsar/pull/13751#discussion_r786540651



##########
File path: site2/docs/reference-configuration.md
##########
@@ -296,12 +300,12 @@ brokerServiceCompactionThresholdInBytes|If the estimated 
backlog size is greater
 |loadBalancerBrokerOverloadedThresholdPercentage| Usage threshold to determine 
a broker as over-loaded  |85|
 |loadBalancerResourceQuotaUpdateIntervalMinutes|  Interval to update namespace 
bundle resource quota |15|
 |loadBalancerBrokerComfortLoadLevelPercentage|  Usage threshold to determine a 
broker is having just right level of load  |65|
-|loadBalancerAutoBundleSplitEnabled|  enable/disable namespace bundle auto 
split  |false|
-|loadBalancerNamespaceBundleMaxTopics|  maximum topics in a bundle, otherwise 
bundle split will be triggered  |1000|
-|loadBalancerNamespaceBundleMaxSessions|  maximum sessions (producers + 
consumers) in a bundle, otherwise bundle split will be triggered  |1000|
-|loadBalancerNamespaceBundleMaxMsgRate| maximum msgRate (in + out) in a 
bundle, otherwise bundle split will be triggered  |1000|
-|loadBalancerNamespaceBundleMaxBandwidthMbytes| maximum bandwidth (in + out) 
in a bundle, otherwise bundle split will be triggered  |100|
-|loadBalancerNamespaceMaximumBundles| maximum number of bundles in a namespace 
 |128|
+|loadBalancerAutoBundleSplitEnabled|  Enable/disable namespace bundle auto 
split  |false|
+|loadBalancerNamespaceBundleMaxTopics|  Maximum topics in a bundle, otherwise 
bundle split will be triggered  |1000|
+|loadBalancerNamespaceBundleMaxSessions|  Maximum sessions (producers + 
consumers) in a bundle, otherwise bundle split will be triggered. <br>To 
disable the threshold check, set the value to -1.  |1000|

Review comment:
       Thanks Yu. Will update.




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


Reply via email to