I see in docus that Temporal Cluster provides dynamic configuration keys that you can update and apply to a running Cluster without restarting your services. So in which way can I update these keys in CLI or other ways?
I know it can set dynamic config value in cli via the command line. I have serval questions:
I see that there are several deployment yaml docus in dynamic config folder, how can I use it when I deploy the temporal server. I don’t find any way to use it in introduction docus. Just like the issue said, is it can be set in cli --dynamic-config-file ?
I want to know how to upgrade a starting server’s dynamic config. You know, the dynamic config value is used when I deploy the temporal server in command line. So is there has any way to upgrade dynamic config without restarting the temporal server?
Is the dynamic config a way to scale the temporal services? I mean when the temporal server face the problem just like server congestion, how can we fix it without stopping it and restarting? Is the dynamic config a right way or there are other ways can do that?