c# - .NET external configuration server -


i developing web application contain quite few hosts. have seen external configuration storages been used in java e.g. spring cloud config server.

are there non-custom alternatives in .net? currently, looking @ msdn external configuration store pattern, , implementing custom , re-using of code page.

essentially, each node have initial configuration file (json) containing e.g. node name , url db find other configuration parameters. have separate service can queried other services return configuration data. caches config data locally.

there concerns this:

  1. how performs, i.e. configuration service may need scaled on multiple instances,
  2. config data needs cached, , may need distributed cache config services have unified view of cached config data,
  3. this custom implementation , need maintenance,
  4. how config data changed, e.g. through custom admin ui interface crud operations?


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -