Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 committed Jan 27, 2022
1 parent 5ef3bb9 commit 08a7107
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1833,10 +1833,11 @@ public class ServiceConfiguration implements PulsarConfiguration {
@FieldContext(
category = CATEGORY_LOAD_BALANCER,
dynamic = true,
doc = "load balance load shedding strategy (It requires broker restart if value is changed using dynamic "
+ "config)"
doc = "load balance load shedding strategy "
+ "(It requires broker restart if value is changed using dynamic config). "
+ "Default is ThresholdShedder since 2.10.0"
)
private String loadBalancerLoadSheddingStrategy = "org.apache.pulsar.broker.loadbalance.impl.OverloadShedder";
private String loadBalancerLoadSheddingStrategy = "org.apache.pulsar.broker.loadbalance.impl.ThresholdShedder";

@FieldContext(
dynamic = true,
Expand Down

0 comments on commit 08a7107

Please sign in to comment.