From 2d2cc0f1d6379dfbed34d45f48f5a141cfcbaedc Mon Sep 17 00:00:00 2001 From: lenovo Date: Thu, 20 Feb 2020 10:57:16 +0800 Subject: [PATCH] Amend the default value of . --- conf/broker.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/broker.conf b/conf/broker.conf index cf01b2d2fddc4..bfb7f7ceee12d 100644 --- a/conf/broker.conf +++ b/conf/broker.conf @@ -720,7 +720,7 @@ loadManagerClassName=org.apache.pulsar.broker.loadbalance.impl.ModularLoadManage # Supported algorithms name for namespace bundle split. # "range_equally_divide" divides the bundle into two parts with the same hash range size. # "topic_count_equally_divide" divides the bundle into two parts with the same topics count. -supportedNamespaceBundleSplitAlgorithms=[range_equally_divide,topic_count_equally_divide] +supportedNamespaceBundleSplitAlgorithms=range_equally_divide,topic_count_equally_divide # Default algorithm name for namespace bundle split defaultNamespaceBundleSplitAlgorithm=range_equally_divide