From af884bb6450b92a712702081182dab22e0043361 Mon Sep 17 00:00:00 2001 From: Xinyu Liu <506895667@qq.com> Date: Wed, 13 Apr 2022 09:13:21 +0800 Subject: [PATCH] Revert "Per group sub fix" --- priv/emqx.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/emqx.schema b/priv/emqx.schema index f48386461..944541d76 100644 --- a/priv/emqx.schema +++ b/priv/emqx.schema @@ -2344,7 +2344,7 @@ end}. {translation, "emqx.shared_subscription_strategy_per_group", fun(Conf) -> Conf0 = cuttlefish_variable:filter_by_prefix("broker", Conf), Groups = lists:filtermap(fun({["broker", Group, "shared_subscription_strategy"], Strategy}) -> - {true, {Group, list_to_binary(Strategy)}}; + {true, {Group, Strategy}}; (_) -> false end, Conf0),