Demogorgon314 commented on code in PR #22753: URL: https://github.com/apache/pulsar/pull/22753#discussion_r1609529600
########## pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java: ########## @@ -2662,7 +2662,8 @@ The max allowed delay for delayed delivery (in milliseconds). If the broker rece + "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)" + + "Used for ExtensibleLoadManagerImpl and ModularLoadManagerImpl. " + + "For ModularLoadManagerImpl, value not greater than 0 will disable the bundle filtering feature." Review Comment: ```suggestion + "For ModularLoadManagerImpl, the value <= 0 will report all the bundle load data." ``` -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org