wso2 / andes

Apache License 2.0
39 stars 128 forks source link

Add YAML based configuration support. #924

Closed vinok88 closed 6 years ago

vinok88 commented 7 years ago

Add carbon-config dependancy and the plugin for config doc generation. Add Configuration service singleton to fetch the root config instance. Add model classes for the configurations in broker.xml Use BrokerConfigurationService.getInstance().getBrokerConfiguration() to fetch a config value. NOTE : This commit only add support for yaml based configs, conversion of broker.xml to deployment.yaml is not done.