qiusuo-fuyuan / qiusuo-backend

0 stars 0 forks source link

QiuSuo-ConfigServer - Using GitHub As Configuration Storage #97

Open ryan-zheng-teki opened 3 years ago

ryan-zheng-teki commented 3 years ago

User Story currently all our configuration are stored in file systems. The implication is that when we change the configuration in ConfigServer, then in cloud environment, then we have to setup a FTP file server to be able to accessed by all the ConfigServer nodes.

What To Do move all the configuration from file system to Git as the configuration storage.

Acceptance Criteria (1) The configuration files should not be cached. It should be read from the Github repository for every request. Otherwise we will have to restart the ConfigurationServer everytime when we change the configuration.