[feature-wip](resource-group) Support create and show resource groups (#18184)

This commit is contained in:
luozenglin
2023-04-10 15:18:48 +08:00
committed by GitHub
parent 9c900cb6d2
commit 9700721982
21 changed files with 588 additions and 12 deletions

View File

@ -1733,6 +1733,9 @@ public class Config extends ConfigBase {
@ConfField
public static boolean enable_pipeline_load = false;
@ConfField
public static boolean enable_resource_group = false;
@ConfField(mutable = false, masterOnly = true)
public static int backend_rpc_timeout_ms = 60000; // 1 min