From 39cf6c0b1b4fd3ce6991be12c45b208acdd60a65 Mon Sep 17 00:00:00 2001 From: Fangbin Sun Date: Fri, 28 Feb 2020 15:18:06 +0800 Subject: [PATCH] Amend the default value of . (#6374) --- 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