HQebupt commented on code in PR #16281: URL: https://github.com/apache/pulsar/pull/16281#discussion_r911694424
########## conf/broker.conf: ########## @@ -1171,6 +1171,9 @@ 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 placement strategy, support LeastLongTermMessageRate and LeastResourceUsageWithWeight +loadBalancerLoadPlacementStrategy=org.apache.pulsar.broker.loadbalance.impl.LeastLongTermMessageRate Review Comment: I don't think so. The new strategy requires more practice in the product environment before it becomes the default. -- 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]
