You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would live reloading the engine Gorouting work so we can load the new config? We need live reloading because changing the message buffer size will require recreating the associated channel.
How would configuration editing work? Would the server be aware of the configuration structure and only able to those fields? Do we allow it to dynamically load the configuration values? I'm leaning towards the latter.
Should the server write back to the configuration file? Should it be default behavior or should it require the user to explicitly state they want to save it back to the configuration file?
What are the implications for values that were specified using environmental variables?
??? If I missed something please call it out.
The text was updated successfully, but these errors were encountered:
Questions to be answered:
The text was updated successfully, but these errors were encountered: