heidihoward / ios

Reliable distributed agreement service for the cloud
MIT License
47 stars 7 forks source link

add a configuration file validator #5

Open heidihoward opened 7 years ago

heidihoward commented 7 years ago

Sometimes client, server or workload configuration files are wrong/incorrectly formatted. Currently, we need to start Ios and wait for some exception to discover this. Would be useful to add a configuration verifier which hooks into functions like config.ParseServerConfig to check config files.