My .NET Core application is using Config Server which is referencing the configuration values which are stored in .yml at Git repo. Do we need to restart the application once the configuration value updated in Git to get the value to be reflected?
I wanted to understand is this the expected scenario or am I missing something else?