From f3765ca65567c8bcf51a3294d2eed982b64d0c0f Mon Sep 17 00:00:00 2001 From: thetumbled <843221020@qq.com> Date: Fri, 2 Aug 2024 16:42:52 +0800 Subject: [PATCH] fix. --- docs/administration-load-balance.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/administration-load-balance.md b/docs/administration-load-balance.md index dad685164a50..5640f63ef484 100644 --- a/docs/administration-load-balance.md +++ b/docs/administration-load-balance.md @@ -211,10 +211,6 @@ This strategy tends to distribute load uniformly across all brokers. This strate To use the `UniformLoadShedder` strategy, configure brokers with this value. `loadBalancerLoadSheddingStrategy=org.apache.pulsar.broker.loadbalance.impl.UniformLoadShedder` -### AvgShedder - - - ## Unload topics and bundles You can "unload" a topic in Pulsar manual admin operations. Unloading means closing topics, releasing ownership, and reassigning topics to a new broker, based on the current load.