|
|
@@ -1498,12 +1498,14 @@ fields("broker") ->
|
|
|
ref("broker_perf"),
|
|
|
#{importance => ?IMPORTANCE_HIDDEN}
|
|
|
)},
|
|
|
+ %% FIXME: Need new design for shared subscription group
|
|
|
{"shared_subscription_group",
|
|
|
sc(
|
|
|
map(name, ref("shared_subscription_group")),
|
|
|
#{
|
|
|
example => #{<<"example_group">> => #{<<"strategy">> => <<"random">>}},
|
|
|
- desc => ?DESC(shared_subscription_group_strategy)
|
|
|
+ desc => ?DESC(shared_subscription_group_strategy),
|
|
|
+ importance => ?IMPORTANCE_HIDDEN
|
|
|
}
|
|
|
)}
|
|
|
];
|