eolivelli commented on code in PR #14971: URL: https://github.com/apache/pulsar/pull/14971#discussion_r874761235
########## conf/broker.conf: ########## @@ -1144,6 +1144,10 @@ defaultNamespaceBundleSplitAlgorithm=range_equally_divide # load shedding strategy, support OverloadShedder and ThresholdShedder, default is ThresholdShedder since 2.10.0 loadBalancerLoadSheddingStrategy=org.apache.pulsar.broker.loadbalance.impl.ThresholdShedder +# load balance load manager strategy, support LeastLongTermMessageRate and ThresholdLoadManagerStrategy, +# default is LeastLongTermMessageRate +loadBalancerLoadManagerStrategy=org.apache.pulsar.broker.loadbalance.impl.LeastLongTermMessageRate Review Comment: please drop the package name and handle this like a constant -- 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]
