I have several different SOA services that use different approaches to store configuration data for a service. For example, configuration data is stored in database tables, property files, and jndi.
I would like to standardize my approach to storing configuration data. Is the carbon register an acceptable place to store all configuration data for my services?
Can I just store this data directly in the carbon registry, or should I just use the WSO2 management registry for this data?
What does the WSO2 Governance Registy register that is not provided directly using the carbon registry?
source share