Skip to content

Commit

Permalink
try ExtensibleLoadManagerImpl as the default loadManagerClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
heesung-sn committed Apr 8, 2024
1 parent 57a616e commit e510b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/broker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ loadBalancerNamespaceMaximumBundles=128
loadBalancerOverrideBrokerNicSpeedGbps=

# Name of load manager to use
loadManagerClassName=org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl
loadManagerClassName=org.apache.pulsar.broker.loadbalance.extensions.ExtensibleLoadManagerImpl

# Name of topic bundle assignment strategy to use
topicBundleAssignmentStrategy=org.apache.pulsar.common.naming.ConsistentHashingTopicBundleAssigner
Expand Down
2 changes: 1 addition & 1 deletion conf/standalone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ managedLedgerTraceTaskExecution=true

### --- Load balancer --- ###

loadManagerClassName=org.apache.pulsar.broker.loadbalance.NoopLoadManager
loadManagerClassName=org.apache.pulsar.broker.loadbalance.extensions.ExtensibleLoadManagerImpl

# Enable load balancer
loadBalancerEnabled=false
Expand Down

0 comments on commit e510b1b

Please sign in to comment.