spring-cloud / spring-cloud/spring-cloud-config
Allow configuration of a backup git repository
Open
@ryanjbaxter is already working on this.
Since Jan 26, 2017.
enhancement
- Dominant language
- Java
- Stars
- 2k
- Forks
- 1.3k
- Avg merge
- 2d 59m
- Merged PRs (30d)
- 16
Description
At a workshop with @mstine a few questions came up about how to deal with internal git repository maintenance windows and outages. One of the potential resolutions was to modify the SCC server to accept a secondary git repository in the event that the first repository is unavailable, ala Hystrix fallbacks.
Perhaps something along the lines of spring.cloud.config.server.git.fallbackUris=host1,host2
Any thoughts on usefulness/if it would be worth the additional complexity?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.