Jason918 commented on code in PR #16059:
URL: https://github.com/apache/pulsar/pull/16059#discussion_r897459511
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -1990,6 +1990,14 @@ public class ServiceConfiguration implements
PulsarConfiguration {
doc = "Load shedding interval. \n\nBroker periodically checks whether
some traffic"
+ " should be offload from some over-loaded broker to other
under-loaded brokers"
)
+
+ @FieldContext(
+ dynamic = true,
+ category = CATEGORY_LOAD_BALANCER,
+ doc = "enable/disable distribute bundles evenly"
+ )
+ private boolean loadBalancerDistributeBundlesEvenlyEnabled = true;
Review Comment:
This should be added after L2001
--
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]