Uses of Interface
org.apache.pulsar.broker.loadbalance.LoadSheddingStrategy
Packages that use LoadSheddingStrategy
-
Uses of LoadSheddingStrategy in org.apache.pulsar.broker.loadbalance.impl
Classes in org.apache.pulsar.broker.loadbalance.impl that implement LoadSheddingStrategyModifier and TypeClassDescriptionclassclassLoad shedding strategy which will attempt to shed exactly one bundle on brokers which are overloaded, that is, whose maximum system resource usage exceeds loadBalancerBrokerOverloadedThresholdPercentage.classLoad shedding strategy that unloads any broker that exceeds the average resource utilization of all brokers by a configured threshold.classThis strategy tends to distribute load uniformly across all brokers.