Damans227 commented on issue #4825: URL: https://github.com/apache/cloudstack/issues/4825#issuecomment-1030926600
@harikrishna-patnala Ok, I read through the `ConfigKey<T>` Class from `cloud-framework-config ` package and understood how we can use it to declare a configuration parameter in an interface and grab its value using `value()` method. I have some questions to understand the workflow of the key management further: 1_ Is `cloudstack/api` the package which comprises all the apis where we want to expose the global configuration parameters? 2_ You have mentioned in the **solution** above that _"In the final result we will have a table with APIs in one column and configuration parameters in another column"_ So is this going to be a new table we will create in the database or is it the existing configuration table we want to store this information in? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
