Reputation: 24588
I have a number of different SOA services that use different approaches for storing configuration data for the service. For example the 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 registry an acceptable place to store all the configuration data for my services?
Can I just store this data directly in the carbon registry, or should I be looking to just use the WSO2 Governance Registry for this data?
What does WSO2 Governance Registy give me that is not provided by directly using the carbon registry?
Upvotes: 4
Views: 315
Reputation: 9692
" Is the carbon registry an acceptable place to store all the configuration data for my services?"
The best practice would be, Store the Resource Metadata in Registry and run-time data in a database.
Is the carbon registry an acceptable place to store all the configuration data for my services?"
Yes, you can store the configurations in the registry. Generally, configurations will be stored in the config space, and the resources which are having governance aspect will go to governance registry space
"What does WSO2 Governance Registry give me that is not provided by directly using the carbon registry?
There are plenty of advantages of using G-Reg, To see the full list please find this post or offcial G-Reg page.
Upvotes: 4